refactor: 优化邮件配置

This commit is contained in:
2024-05-31 23:15:04 +08:00
parent 5581d3fd89
commit 66f89b44d8
2 changed files with 41 additions and 40 deletions

View File

@@ -293,13 +293,13 @@ export interface SiteConfig {
/** 邮箱配置类型 */
export interface MailConfig {
MAIL_SMTP_HOST: OptionResp
MAIL_SMTP_PORT: OptionResp
MAIL_SMTP_USERNAME: OptionResp
MAIL_SMTP_PASSWORD: OptionResp
MAIL_PROTOCOL: OptionResp
MAIL_HOST: OptionResp
MAIL_PORT: OptionResp
MAIL_USERNAME: OptionResp
MAIL_PASSWORD: OptionResp
MAIL_SSL_ENABLED: OptionResp
MAIL_SSL_PORT: OptionResp
MAIL_FROM: OptionResp
}
/** 安全配置类型 */