-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathapp.json
More file actions
58 lines (58 loc) · 1.93 KB
/
Copy pathapp.json
File metadata and controls
58 lines (58 loc) · 1.93 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
56
57
58
{
"pages": [
"pages/welcome/welcome",
"pages/post/post",
"pages/post/post-detail/post-detail",
"pages/post/post-comment/post-comment",
"pages/movie/movie",
"pages/movie/more-movie/more-movie",
"pages/movie/movie-detail/movie-detail",
"pages/setting/setting",
"pages/setting/device/device",
"pages/setting/document/download/download",
"pages/setting/open-api/login/login",
"pages/setting/open-api/check/check",
"pages/setting/open-api/decrypted/decrypted",
"pages/setting/open-api/tpl-message/tpl-message",
"pages/setting/open-api/wx-pay/wx-pay",
"pages/setting/others/wx-key/wx-key",
"pages/setting/others/scroll-view/scroll-view"
],
"window": {
"navigationBarBackgroundColor": "#4A6141",
"backgroundColor": "#4A6141"
},
"tabBar": {
"borderStyle": "white",
"selectedColor": "#4A6141",
"color": "#333",
"backgroundColor": "#fff",
"position": "bottom",
"list": [
{
"pagePath": "pages/post/post",
"text": "文字",
"iconPath": "images/icon/wx_app_news.png",
"selectedIconPath": "images/icon/wx_app_news@HL.png"
},
{
"pagePath": "pages/movie/movie",
"text": "光影",
"iconPath": "images/icon/wx_app_movie.png",
"selectedIconPath": "images/icon/wx_app_movie@HL.png"
},
{
"pagePath": "pages/setting/setting",
"text": "设置",
"iconPath": "images/icon/wx_app_setting.png",
"selectedIconPath": "images/icon/wx_app_setting@HL.png"
}
]
},
"networkTimeout": {
"request": 20000,
"connectSocket": 20000,
"uploadFile": 20000,
"downloadFile": 20000
}
}