chore: add tabbar icons and wire pages.json
This commit is contained in:
+8
-8
@@ -60,26 +60,26 @@
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "",
|
||||
"selectedIconPath": ""
|
||||
"iconPath": "static/icons/home.png",
|
||||
"selectedIconPath": "static/icons/home-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/stats/index",
|
||||
"text": "统计",
|
||||
"iconPath": "",
|
||||
"selectedIconPath": ""
|
||||
"iconPath": "static/icons/stats.png",
|
||||
"selectedIconPath": "static/icons/stats-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/logs/index",
|
||||
"text": "记录",
|
||||
"iconPath": "",
|
||||
"selectedIconPath": ""
|
||||
"iconPath": "static/icons/logs.png",
|
||||
"selectedIconPath": "static/icons/logs-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/profile/index",
|
||||
"text": "我的",
|
||||
"iconPath": "",
|
||||
"selectedIconPath": ""
|
||||
"iconPath": "static/icons/profile.png",
|
||||
"selectedIconPath": "static/icons/profile-active.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user