add email white list

This commit is contained in:
RockYang
2024-09-20 10:40:37 +08:00
parent 16ac57ced3
commit 7d126aab41
6 changed files with 103 additions and 2 deletions

View File

@@ -164,5 +164,6 @@ type SystemConfig struct {
Copyright string `json:"copyright"` // 版权信息
MarkMapText string `json:"mark_map_text"` // 思维导入的默认文本
EnabledVerify bool `json:"enabled_verify"` // 是否启用验证码
EnabledVerify bool `json:"enabled_verify"` // 是否启用验证码
EmailWhiteList []string `json:"email_white_list"` // 邮箱白名单列表
}