You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.4 KiB

{
"pages": [
"pages/index/index",
"pages/category/category",
"pages/cart/cart",
"pages/my/my",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Shop",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true,
"onReachBottomDistance":50
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_selected.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_selected.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_selected.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_selected.png"
},
{
"pagePath": "pages/logs/logs",
"text": "日志",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_selected.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}