forked from liujians/WeApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
55 lines (55 loc) · 1.35 KB
/
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
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/wechat/wechat",
"pages/note/note",
"pages/find/find",
"pages/mine/mine",
"pages/message/message",
"pages/audio/audio",
"pages/info/info",
"pages/newfriend/newfriend",
"pages/moments/moments",
"pages/picker/picker",
"pages/upload/upload",
"pages/ws/ws",
"pages/index/index",
"pages/logs/logs"
],
"window":{
"navigationBarBackgroundColor": "#000",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"backgroundColor": "#eee",
"backgroundTextStyle": "dark"
},
"tabBar": {
"backgroundColor":"#333",
"selectedColor":"red",
"list": [{
"pagePath": "pages/wechat/wechat",
"iconPath":"image/wechat.png",
"selectedIconPath":"image/wechat_2.png",
"text": "微信"
}, {
"pagePath": "pages/note/note",
"iconPath":"image/note.png",
"selectedIconPath":"image/note_2.png",
"text": "通讯录"
}, {
"pagePath": "pages/find/find",
"iconPath":"image/find.png",
"selectedIconPath":"image/find_2.png",
"text": "发现"
}, {
"pagePath": "pages/mine/mine",
"iconPath":"image/mine.png",
"selectedIconPath":"image/mine_2.png",
"text": "我"
}]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}