mirror of
https://github.com/shuguangnet/uniapp.git
synced 2025-01-23 07:58:43 +08:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"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": {}
|
|
} |