feat: 完成分类页开发
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user