chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:27 +08:00
commit 0812a531e2
44 changed files with 11212 additions and 0 deletions

8
worker-configuration.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
// 由 wrangler types 生成时可替换;本地开发占位
interface Env {
DB: D1Database;
ASSETS: Fetcher;
/** 至少 8 字符;本地用 .dev.vars线上 wrangler secret put SESSION_SECRET */
SESSION_SECRET: string;
MASTER_KEY: string;
}