-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
58 lines (57 loc) · 1.56 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
56
57
58
{
"pages": [
"pages/community/community",
"pages/detailPage/detailPage",
"pages/addressList/addressList",
"pages/searchDetail/searchDetail",
"pages/searchEverything/searchEverything",
"pages/sendMessage/sendMessage",
"pages/createAddressList/createAddressList",
"pages/news/news",
"pages/myInfo/myInfo",
"pages/setting/setting"
],
"tabBar": {
"selectedColor": "#1296db",
"list": [
{
"text": "发现",
"pagePath": "pages/community/community",
"iconPath": "images/tab/discover.png",
"selectedIconPath": "images/tab/discover_selected.png"
},
{
"text": "通讯录",
"pagePath": "pages/addressList/addressList",
"iconPath": "images/tab/list.png",
"selectedIconPath": "images/tab/list_selected.png"
},
{
"text": "通知",
"pagePath": "pages/news/news",
"iconPath": "images/tab/news.png",
"selectedIconPath": "images/tab/news_selected.png"
},
{
"text": "我",
"pagePath": "pages/myInfo/myInfo",
"iconPath": "images/tab/me.png",
"selectedIconPath": "images/tab/me_selected.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#1296db",
"navigationBarTitleText": "群通讯录",
"navigationBarTextStyle": "black",
"backgroundColor": "#f8f8f8",
"enablePullDownRefresh": true
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
}
}