优化界面

This commit is contained in:
GoEdgeLab
2023-05-27 17:05:17 +08:00
parent 7d424c9a9c
commit 4730d79469
4 changed files with 58 additions and 25 deletions

View File

@@ -110,7 +110,7 @@ func (this *ServerHelper) createLeftMenu(action *actions.ActionObject) {
tabbar.Add("", "", "/servers", "left arrow", false)
if len(serverConfig.Name) > 0 {
var item = tabbar.Add(serverConfig.Name, "", "/servers/server?serverId="+serverIdString, "angle right", true)
item["isTitle"] = true
item.IsTitle = true
}
if teaconst.IsPlus {