chore: add tabbar icons and wire pages.json
@@ -60,26 +60,26 @@
|
|||||||
{
|
{
|
||||||
"pagePath": "pages/index/index",
|
"pagePath": "pages/index/index",
|
||||||
"text": "首页",
|
"text": "首页",
|
||||||
"iconPath": "",
|
"iconPath": "static/icons/home.png",
|
||||||
"selectedIconPath": ""
|
"selectedIconPath": "static/icons/home-active.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/stats/index",
|
"pagePath": "pages/stats/index",
|
||||||
"text": "统计",
|
"text": "统计",
|
||||||
"iconPath": "",
|
"iconPath": "static/icons/stats.png",
|
||||||
"selectedIconPath": ""
|
"selectedIconPath": "static/icons/stats-active.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/logs/index",
|
"pagePath": "pages/logs/index",
|
||||||
"text": "记录",
|
"text": "记录",
|
||||||
"iconPath": "",
|
"iconPath": "static/icons/logs.png",
|
||||||
"selectedIconPath": ""
|
"selectedIconPath": "static/icons/logs-active.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/profile/index",
|
"pagePath": "pages/profile/index",
|
||||||
"text": "我的",
|
"text": "我的",
|
||||||
"iconPath": "",
|
"iconPath": "static/icons/profile.png",
|
||||||
"selectedIconPath": ""
|
"selectedIconPath": "static/icons/profile-active.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
|
After Width: | Height: | Size: 902 B |
|
After Width: | Height: | Size: 912 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 464 B |
|
After Width: | Height: | Size: 1.3 KiB |