官网开发 0810-v2

This commit is contained in:
eafonyang
2026-08-10 18:50:14 +08:00
parent 48510739a7
commit d41f77b49c
23 changed files with 875 additions and 60 deletions
+2
View File
@@ -11,6 +11,8 @@ export interface SiteSettings {
favicon_url: string;
logo_dark_url: string;
logo_light_url: string;
/** 启用的语言(逗号分隔):zh,en */
enabled_locales?: string;
}
export interface FooterSettings {