This commit is contained in:
浪子
2026-05-14 11:47:25 +08:00
parent 01880d39a0
commit 5b01f18719
11 changed files with 512 additions and 29 deletions
+1
View File
@@ -3,6 +3,7 @@ interface Env {
MEDIA: R2Bucket;
KV: KVNamespace;
PUBLIC_BASE_URL: string;
MEDIA_BASE_URL: string;
INSTANCE_NAME: string;
ADMIN_USERNAME: string;
ADMIN_PASSWORD: string;