mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-01 18:57:14 +08:00
fix: 修复保存基础配置报错的问题
This commit is contained in:
@@ -283,6 +283,14 @@ export interface BasicConfig {
|
||||
SITE_COPYRIGHT: string
|
||||
}
|
||||
|
||||
/** 基础配置类型 */
|
||||
export interface SiteConfig {
|
||||
SITE_FAVICON: OptionResp
|
||||
SITE_LOGO: OptionResp
|
||||
SITE_TITLE: OptionResp
|
||||
SITE_COPYRIGHT: OptionResp
|
||||
}
|
||||
|
||||
/** 邮箱配置类型 */
|
||||
export interface MailConfig {
|
||||
MAIL_SMTP_HOST: OptionResp
|
||||
|
||||
Reference in New Issue
Block a user