增加自定义首页功能

This commit is contained in:
wsczx
2022-09-25 04:16:48 +08:00
parent 10ca7c9c85
commit 68bb5d24b6
4 changed files with 15 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ type SettingSmtp struct {
type SettingOther struct {
LinkAddr string `json:"link_addr"`
Banner string `json:"banner"`
Homeindex string `json:"homeindex"`
AccountMail string `json:"account_mail"`
}