feat: 完成 4 个TabBar 页面初版样式修改
This commit is contained in:
+11
-20
@@ -4,13 +4,8 @@
|
||||
"pages/age/age",
|
||||
"pages/favorites/favorites",
|
||||
"pages/profile/profile",
|
||||
"pages/category/category",
|
||||
"pages/guide/guide",
|
||||
"pages/index/index",
|
||||
"pages/copyBook/copyBook",
|
||||
"pages/mathIndex/mathIndex",
|
||||
"pages/focusIndex/focusIndex",
|
||||
"pages/debug/debug"
|
||||
"pages/index/index"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
@@ -59,10 +54,6 @@
|
||||
"pages/home/home": {
|
||||
"network": "all",
|
||||
"packages": ["mathPages", "focusPages"]
|
||||
},
|
||||
"pages/category/category": {
|
||||
"network": "all",
|
||||
"packages": ["mathPages", "focusPages"]
|
||||
}
|
||||
},
|
||||
"window": {},
|
||||
@@ -85,33 +76,33 @@
|
||||
}
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
"selectedColor": "#FFD709",
|
||||
"color": "#322e25",
|
||||
"selectedColor": "#322e25",
|
||||
"backgroundColor": "#F8F0E0",
|
||||
"borderStyle": "white",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/home/home",
|
||||
"iconPath": "assets/tabBar/icon-home.png",
|
||||
"selectedIconPath": "assets/tabBar/icon-home-active.png",
|
||||
"iconPath": "assets/tabBar/home.png",
|
||||
"selectedIconPath": "assets/tabBar/home-active.png",
|
||||
"text": "发现"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/age/age",
|
||||
"iconPath": "assets/tabBar/icon-age.png",
|
||||
"selectedIconPath": "assets/tabBar/icon-age-active.png",
|
||||
"iconPath": "assets/tabBar/age.png",
|
||||
"selectedIconPath": "assets/tabBar/age-active.png",
|
||||
"text": "分龄"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/favorites/favorites",
|
||||
"iconPath": "assets/tabBar/icon-fav.png",
|
||||
"selectedIconPath": "assets/tabBar/icon-fav-active.png",
|
||||
"iconPath": "assets/tabBar/favorites.png",
|
||||
"selectedIconPath": "assets/tabBar/favorites-active.png",
|
||||
"text": "收藏"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/profile/profile",
|
||||
"iconPath": "assets/tabBar/icon-profile.png",
|
||||
"selectedIconPath": "assets/tabBar/icon-profile-active.png",
|
||||
"iconPath": "assets/tabBar/profile.png",
|
||||
"selectedIconPath": "assets/tabBar/profile-active.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user