This commit is contained in:
2026-01-17 13:57:52 +08:00
parent 58fc5b8936
commit 3d8a17ff9a
8 changed files with 316 additions and 88 deletions

View File

@@ -80,7 +80,7 @@ export interface UmamiConfig {
export interface AdConfig {
enable?: boolean;
ads?: [{ text?: string; link?: string; img?: string }];
ads?: [{ body?: string; link?: string }];
}
export interface SiteConfig {