chore: sync remaining local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:13:01 +08:00
parent 0752ceccb4
commit 8b55485a82
20 changed files with 2720 additions and 121 deletions

View File

@@ -1,11 +1,12 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: b739a9c19cff1463949c4db47674ed86)
// Generated by Wrangler by running `wrangler types` (hash: ffe47106a350f18a15c69d61ba9b3bae)
// Runtime types generated with workerd@1.20260217.0 2026-02-17 global_fetch_strictly_public,nodejs_compat
declare namespace Cloudflare {
interface GlobalProps {
mainModule: typeof import("./src/index");
}
interface Env {
FAMILY_DATA: KVNamespace;
}
}
interface Env extends Cloudflare.Env {}