fix: add test

This commit is contained in:
2025-11-17 20:01:44 +08:00
parent e81a475bba
commit 572f793061
4 changed files with 32 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ const storage = createStorage({
}),
});
type CloudflareConfig = {
export type CloudflareConfig = {
// Cloudflare 访问地址
website: string;
domain: string;