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", "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"
} }
] ]
}, },
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