feat: migrate send logs and discord links to D1

This commit is contained in:
RhenCloud 2026-08-03 03:57:58 +08:00
parent 5a98e45544
commit 3a6a2cbbc5
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
16 changed files with 139 additions and 79 deletions

View file

@ -15,6 +15,7 @@ export interface Env {
DISCORD_APPLICATION_ID?: string;
ASSETS?: Fetcher;
KV: KVNamespace;
DB: D1Database;
}
export interface Config {