mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-05-06 10:31:38 +00:00
feat(web): add privacy policy and user agreement settings & pages
Closes #1858
This commit is contained in:
@@ -61,6 +61,8 @@ func InitOptionMap() {
|
||||
common.OptionMap["SMTPToken"] = ""
|
||||
common.OptionMap["SMTPSSLEnabled"] = strconv.FormatBool(common.SMTPSSLEnabled)
|
||||
common.OptionMap["Notice"] = ""
|
||||
common.OptionMap["UserAgreement"] = ""
|
||||
common.OptionMap["PrivacyPolicy"] = ""
|
||||
common.OptionMap["About"] = ""
|
||||
common.OptionMap["HomePageContent"] = ""
|
||||
common.OptionMap["Footer"] = common.Footer
|
||||
|
||||
Reference in New Issue
Block a user