feat: modify default class (#95)

This commit is contained in:
Dream Hunter
2024-04-01 23:28:57 +08:00
committed by GitHub
parent 2485f2dcb5
commit a19b9a7eb6
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ This is a temporary email service that uses Cloudflare Workers to create a tempo
wrangler d1 create dev
wrangler d1 execute dev --file=db/schema.sql
# schema update, if you have initialized the database before this date, you can execute this command to update
wrangler d1 execute dev --file=db/2024-01-13-path.sql
# wrangler d1 execute dev --file=db/2024-01-13-path.sql
```
![d1](readme_assets/d1.png)