-
Notifications
You must be signed in to change notification settings - Fork 177
/
Copy pathapp.json
32 lines (32 loc) · 894 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"pages":[
"pages/douban/in_theathers/in_theathers",
"pages/douban/coming_soon/coming_soon",
"pages/douban/detail/detail"
],
"tabBar": {
"color": "#666",
"selectedColor": "#268dcd",
"borderStyle": "white",
"backgroundColor": "#fafafa",
"list": [{
"pagePath": "pages/douban/in_theathers/in_theathers",
"iconPath": "image/ing.png",
"selectedIconPath": "image/ing-active.png",
"text": "正在热映"
},{
"pagePath": "pages/douban/coming_soon/coming_soon",
"iconPath": "image/coming.png",
"selectedIconPath": "image/coming-active.png",
"text": "即将上映"
}]
},
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#268dcd",
"navigationBarTitleText": "豆瓣电影",
"navigationBarTextStyle":"white",
"enablePullDownRefresh": true
},
"debug": true
}