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.
45 lines
1.0 KiB
45 lines
1.0 KiB
{
|
|
"pages":[
|
|
"pages/login/login",
|
|
"pages/index/index",
|
|
"pages/submit/submit",
|
|
"pages/notify/notify",
|
|
"pages/searchShow/searchShow",
|
|
"pages/change/change",
|
|
"pages/answer/answer"
|
|
],
|
|
"window":{
|
|
"backgroundTextStyle":"light",
|
|
"navigationBarBackgroundColor": "#0068C4",
|
|
"navigationBarTitleText": "论坛",
|
|
"navigationBarTextStyle":"white",
|
|
"enablePullDownRefresh":true
|
|
},
|
|
"tabBar": {
|
|
"color": "#626567",
|
|
"selectedColor": "#2A8CE5",
|
|
"backgroundColor": "#FBFBFB",
|
|
"borderStyle": "white",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"text": "",
|
|
"iconPath": "images/index.png",
|
|
"selectedIconPath": "images/index_focus.png"
|
|
},{
|
|
"pagePath": "pages/notify/notify",
|
|
"text": "",
|
|
"iconPath": "images/ring.png",
|
|
"selectedIconPath": "images/ring_focus.png"
|
|
}
|
|
|
|
]
|
|
},
|
|
"networkTimeout": {
|
|
"request": 10000,
|
|
"downloadFile": 10000
|
|
},
|
|
"debug": true,
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|