-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
54 lines (54 loc) · 1.44 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
{
"pages": [
"pages/index/index",
"pages/habit/group/view",
"pages/habit/faxian/index",
"pages/habit/group/checkin",
"pages/habit/group/target",
"pages/habit/group/detail",
"pages/habit/group/share",
"pages/habit/group/calendar",
"pages/habit/group/recheckin",
"pages/habit/group/task",
"pages/habit/group/export",
"pages/habit/group/member",
"pages/habit/group/image",
"pages/habit/profile/profile",
"pages/habit/profile/me",
"pages/habit/profile/group/create",
"pages/habit/profile/setting/about",
"pages/habit/profile/setting/money"
],
"window": {
"navigationBarTitleText": "一起来打卡",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#2ECB7E",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#2ECB7E",
"borderStyle": "#F8F8F8",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "image/ic_tab_quanzi.png",
"selectedIconPath": "image/ic_tab_quanzi_HL.png",
"text": "小圈子"
},
{
"pagePath": "pages/habit/profile/profile",
"iconPath": "image/ic_tab_profile.png",
"selectedIconPath": "image/ic_tab_profile_HL.png",
"text": "我"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
}
}