-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
55 lines (54 loc) · 1.34 KB
/
app.json
File metadata and controls
55 lines (54 loc) · 1.34 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"pages":[
"pages/welcome/welcome",
"pages/index/index",
"pages/answer/answer",
"pages/more/more",
"pages/mark/mark",
"pages/request/request",
"pages/order/order",
"pages/myvideo/myvideo",
"pages/detail/detail",
"pages/information/information",
"pages/changeInfo/changeInfo",
"pages/video/video",
"pages/person_detail/person_detail",
"pages/shop/shop",
"pages/about/about"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#61bfad",
"navigationBarTitleText": "StudyIn",
"navigationBarTextStyle":"white",
"enablePullDownRefresh":true
},
"tabBar": {
"color": "#def1f1",
"selectedColor": "#167e6a",
"backgroundColor": "#def1f1",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"text": "",
"iconPath": "images/首页.png",
"selectedIconPath": "images/首页1.png"
},{
"pagePath": "pages/request/request",
"text": "",
"iconPath": "images/编辑.png",
"selectedIconPath": "images/编辑2.png"
},
{
"pagePath": "pages/more/more",
"text": "",
"iconPath": "images/个人中心.png",
"selectedIconPath": "images/个人中心2.png"
}]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}