mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-08 08:57:12 +08:00
refactor:优化系统配置与版权显示
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/** 邮箱配置类型 */
|
||||
|
||||
Reference in New Issue
Block a user