feat: 完成分类页开发

This commit is contained in:
R524809
2026-04-22 11:18:56 +08:00
parent 28151018ee
commit 3bb8476e93
42 changed files with 1070 additions and 56 deletions
+7
View File
@@ -1,6 +1,7 @@
{
"pages": [
"pages/home/home",
"pages/category/category",
"pages/age/age",
"pages/favorites/favorites",
"pages/profile/profile"
@@ -79,6 +80,12 @@
"selectedIconPath": "assets/tabBar/home-active.png",
"text": "发现"
},
{
"pagePath": "pages/category/category",
"iconPath": "assets/tabBar/category.png",
"selectedIconPath": "assets/tabBar/category-active.png",
"text": "分类"
},
{
"pagePath": "pages/age/age",
"iconPath": "assets/tabBar/age.png",