-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathapp.json
63 lines (60 loc) · 1.61 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
{
"pages": [
"pages/index/index",
"pages/news/news",
"pages/news/news_details",
"pages/more/more",
"pages/more/binding",
"pages/more/user/user",
"pages/more/feedback/feedback",
"pages/more/about/about",
"pages/more/about/donate",
"pages/more/about/opensource",
"pages/tools/calendar/calendar",
"pages/tools/physical/physical",
"pages/tools/repair/repair",
"pages/tools/library/library",
"pages/tools/library/query",
"pages/tools/classroom/classroom",
"pages/tools/card/card",
"pages/tools/card/reversion",
"pages/tools/score/score",
"pages/tools/cet/cet",
"pages/tools/course/course"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "河南理工大学",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#ffffff",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#cc3333",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tabBar/tabBar_index.png",
"selectedIconPath": "images/tabBar/tabBar_index_selected.png",
"text": "首页"
},
{
"pagePath": "pages/more/more",
"iconPath": "images/tabBar/tabBar_more.png",
"selectedIconPath": "images/tabBar/tabBar_more_selected.png",
"text": "更多"
}
]
},
"networkTimeout": {
"request": 20000,
"connectSocket": 20000,
"uploadFile": 20000,
"downloadFile": 20000
},
"debug": false
}