优化界面

This commit is contained in:
GoEdgeLab
2023-05-25 17:29:55 +08:00
parent d81774f6ee
commit 499bbfbfe8
7 changed files with 39 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ func (this *Tabbar) Add(name string, subName string, url string, icon string, ac
"icon": icon,
"active": active,
"right": false,
"isTitle": false,
}
this.items = append(this.items, m)
return m