-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 822 Bytes
/
app.json
File metadata and controls
33 lines (33 loc) · 822 Bytes
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
33
{
"pages": [
"pages/index/index",
"pages/new/new",
"pages/movie/movie",
"pages/movie-detail/movie-detail",
"pages/detail/detail"
],
"tabBar": {
"list": [
{
"pagePath": "pages/new/new",
"text": "新闻",
"iconPath": "images/tab/yuedu.png",
"selectedIconPath": "images/tab/yuedu_hl.png"
},
{
"pagePath": "pages/movie/movie",
"text": "电影",
"iconPath": "images/tab/dianying.png",
"selectedIconPath": "images/tab/dianying_hl.png"
}
]
},
"window": {
"navigationBarBackgroundColor": "chartreuse",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "简直没眼看",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false
}
}