Initial import of sproutblog

This commit is contained in:
萌小芽
2026-04-14 13:17:55 +08:00
commit 276a7fbc83
7 changed files with 749 additions and 0 deletions

12
wrangler.toml Normal file
View File

@@ -0,0 +1,12 @@
name = "sproutblog"
main = "worker.js"
compatibility_date = "2026-04-13"
[vars]
ADMIN_PASSWORD = "shumengya520"
[[d1_databases]]
binding = "DB"
database_name = "sproutblog"
database_id = "d4f62f01-7a6c-423b-bc8b-a6535750e44d"
migrations_dir = "migrations"