fix: 修复保存基础配置报错的问题

This commit is contained in:
2024-05-29 20:43:45 +08:00
parent 377a1ff1b7
commit fbc3517af4
2 changed files with 88 additions and 80 deletions

View File

@@ -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