44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"components/components",
|
|
"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": {}
|
|
} |