This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
app.json
66 lines (60 loc) · 1.63 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
59
60
61
62
63
64
65
66
{
"pages": [
"pages/tabbar/schedule",
"pages/tabbar/discover",
"pages/tabbar/me",
"pages/common/bind",
"pages/common/setting",
"pages/common/guide",
"pages/common/about",
"pages/common/webview",
"pages/edu/schedule/update",
"pages/edu/schedule/custom",
"pages/edu/score",
"pages/card/index",
"pages/card/record",
"pages/elec/index",
"pages/elec/deposit",
"pages/elec/record",
"pages/elec/setting",
"pages/opac/index",
"pages/opac/book",
"pages/cet/ticket"
],
"window":
{
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "微吉风",
"navigationBarTextStyle": "black"
},
"tabBar":
{
"color": "#999",
"selectedColor": "#303030",
"backgroundColor": "#fcfcfc",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/tabbar/schedule",
"text": "课表",
"iconPath": "images/tabbar_schedule.png",
"selectedIconPath": "images/tabbar_schedule_hl.png"
},
{
"pagePath": "pages/tabbar/discover",
"text": "发现",
"iconPath": "/images/tabbar_services.png",
"selectedIconPath": "images/tabbar_services_hl.png"
},
{
"pagePath": "pages/tabbar/me",
"text": "我",
"iconPath": "images/tabbar_me.png",
"selectedIconPath": "images/tabbar_me_hl.png"
}]
},
"networkTimeout":
{
"request": 5000
}
}