uniapp/unpackage/dist/dev/mp-weixin/app.json

43 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-09-21 23:48:04 +08:00
{
"pages": [
"pages/index/index",
"pages/classify/classify",
"pages/user/user",
"pages/classlist/classlist",
"pages/preview/preview",
"pages/notice/notice",
"pages/notice/detail",
"pages/search/search"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "咸虾米壁纸",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#9799a5",
"selectedColor": "#28B389",
"list": [
{
"text": "推荐",
"pagePath": "pages/index/index",
"iconPath": "static/images/tabBar/home.png",
"selectedIconPath": "static/images/tabBar/home-h.png"
},
{
"text": "分类",
"pagePath": "pages/classify/classify",
"iconPath": "static/images/tabBar/classify.png",
"selectedIconPath": "static/images/tabBar/classify-h.png"
},
{
"text": "我的",
"pagePath": "pages/user/user",
"iconPath": "static/images/tabBar/user.png",
"selectedIconPath": "static/images/tabBar/user-h.png"
}
]
},
"usingComponents": {}
}