Initial commit

This commit is contained in:
shumengya
2026-05-17 20:28:47 +08:00
commit ea07531243
38 changed files with 7692 additions and 0 deletions

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

@@ -0,0 +1,8 @@
declare global {
interface Env {
DB: D1Database;
ADMIN_TOKEN: string;
ENCRYPTION_KEY?: string;
}
}
export {};