feat: able to customize home page now (#24)

This commit is contained in:
JustSong
2023-05-13 21:27:49 +08:00
parent 46e77389a4
commit d84c2f5c70
6 changed files with 112 additions and 61 deletions

View File

@@ -39,6 +39,7 @@ func InitOptionMap() {
common.OptionMap["SMTPToken"] = ""
common.OptionMap["Notice"] = ""
common.OptionMap["About"] = ""
common.OptionMap["HomePageContent"] = ""
common.OptionMap["Footer"] = common.Footer
common.OptionMap["ServerAddress"] = ""
common.OptionMap["GitHubClientId"] = ""