带阿里标识的版本

This commit is contained in:
robin
2026-02-28 18:55:33 +08:00
parent 150799f41d
commit 5d0b7c7e91
477 changed files with 10813 additions and 4044 deletions

View File

@@ -426,6 +426,31 @@ func (this *userMustAuth) modules(userId int64, isVerified bool, isIdentified bo
},**/
},
},
{
"code": "httpdns",
"name": "HTTPDNS",
"icon": "shield alternate",
"isOn": registerConfig != nil &&
registerConfig.HTTPDNSIsOn &&
lists.ContainsString(featureCodes, userconfigs.UserFeatureCodeHTTPDNS),
"subItems": []maps.Map{
{
"name": "应用管理",
"code": "app",
"url": "/httpdns/apps",
},
{
"name": "访问日志",
"code": "resolveLogs",
"url": "/httpdns/resolveLogs",
},
{
"name": "解析测试",
"code": "sandbox",
"url": "/httpdns/sandbox",
},
},
},
{
"code": "finance",
"name": "财务管理",