chore: add tabbar icons and wire pages.json

This commit is contained in:
root
2026-03-09 23:15:03 +08:00
parent 17daf254cd
commit b98d5067e2
9 changed files with 8 additions and 8 deletions
+8 -8
View File
@@ -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"
}
]
},
Binary file not shown.

After

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB