This commit is contained in:
mhsanaei 2025-02-22 14:31:08 +01:00
parent e9c48424ae
commit e21716763f

View file

@ -68,6 +68,8 @@ var defaultValueMap = map[string]string{
"subJsonRules": "", "subJsonRules": "",
"datepicker": "gregorian", "datepicker": "gregorian",
"warp": "", "warp": "",
"externalTrafficInformEnable": "false",
"externalTrafficInformURI": "",
} }
type SettingService struct{} type SettingService struct{}