增加商业版激活功能

This commit is contained in:
GoEdgeLab
2021-09-16 10:32:58 +08:00
parent f4f268d9b7
commit 35fd437aaa
8 changed files with 100 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ func (this *AdvancedHelper) BeforeAction(actionPtr actions.ActionWrapper) (goNex
tabbar.Add("监控节点", "", "/settings/monitorNodes", "", this.tab == "monitorNodes")
}
if teaconst.BuildPlus {
tabbar.Add("业版认证", "", "/settings/authority", "", this.tab == "authority")
tabbar.Add("业版认证", "", "/settings/authority", "", this.tab == "authority")
}
//tabbar.Add("备份", "", "/settings/backup", "", this.tab == "backup")