refactor:优化系统配置与版权显示

This commit is contained in:
秋帆
2024-06-11 21:24:53 +08:00
parent b1485c238f
commit d7e29e238e
8 changed files with 127 additions and 63 deletions

View File

@@ -281,6 +281,7 @@ export interface BasicConfig {
SITE_LOGO: string
SITE_TITLE: string
SITE_COPYRIGHT: string
SITE_BEIAN: string
}
/** 基础配置类型 */
@@ -288,7 +289,9 @@ export interface SiteConfig {
SITE_FAVICON: OptionResp
SITE_LOGO: OptionResp
SITE_TITLE: OptionResp
SITE_DESCRIPTION: OptionResp
SITE_COPYRIGHT: OptionResp
SITE_BEIAN: OptionResp
}
/** 邮箱配置类型 */