UNPKG

552 BJSONView Raw
1{
2 "pages":[
3 "pages/index/index",
4 "pages/lab/lab"
5 ],
6 "window":{
7 "backgroundTextStyle":"light",
8 "navigationBarBackgroundColor": "#000",
9 "navigationBarTitleText": "octoParse",
10 "navigationBarTextStyle":"white"
11 },
12 "tabBar": {
13 "color": "#dddddd",
14 "selectedColor": "#3cc51f",
15 "borderStyle": "white",
16 "backgroundColor": "#ffffff",
17 "list": [{
18 "pagePath": "pages/index/index",
19 "text": "Demo"
20 }, {
21 "pagePath": "pages/lab/lab",
22 "text": "Demo2"
23 }]
24 }
25}