“网站服务”改为“网站”、“网站列表”

This commit is contained in:
GoEdgeLab
2023-04-21 17:51:25 +08:00
parent a11d205c88
commit 58b10a0982
28 changed files with 43 additions and 43 deletions

View File

@@ -107,7 +107,7 @@ func (this *ServerHelper) createLeftMenu(action *actions.ActionObject) {
// TABBAR
selectedTabbar, _ := action.Data["mainTab"]
tabbar := actionutils.NewTabbar()
tabbar.Add("服务列表", "", "/servers", "", false)
tabbar.Add("网站列表", "", "/servers", "", false)
if teaconst.IsPlus {
tabbar.Add("看板", "", "/servers/server/boards?serverId="+serverIdString, "dashboard", selectedTabbar == "board")
}