chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:28 +08:00
parent c5af0cc946
commit 7477986036
66 changed files with 8009 additions and 5631 deletions

16
wrangler.toml Normal file
View File

@@ -0,0 +1,16 @@
# Cloudflare Worker仅打包 API 逻辑;静态资源由 [assets] 提供Vite 构建输出)
name = "sproutnav"
main = "worker/src/index.ts"
compatibility_date = "2026-04-06"
[[kv_namespaces]]
binding = "NAV_KV"
id = "a89f429e1a684d2084eae8619755ee11"
[vars]
ADMIN_PASSWORD = "shumengya520"
[assets]
directory = "./frontend/dist"
binding = "ASSETS"
not_found_handling = "single-page-application"