This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
app.json
71 lines (71 loc) · 1.79 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
67
68
69
70
71
{
"pages": [
"pages/index/index",
"pages/news/index",
"pages/webview/webview",
"pages/borrow/borrow",
"pages/timetable/timetable",
"pages/card/card",
"pages/teacher/teacher",
"pages/freeroom/freeroom",
"pages/exam/exam",
"pages/score/score",
"pages/setting/setting",
"pages/bind/index",
"pages/bind/ycjw",
"pages/bind/card",
"pages/bind/zf",
"pages/bind/library",
"pages/forgot/forgot",
"pages/register/register",
"pages/login/login",
"pages/home/home",
"pages/about/about",
"pages/debug/index",
"pages/labs/labs",
"pages/feedback/feedback",
"pages/qna/qna",
"pages/profile/profile"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#7acfa6",
"navigationBarTitleText": "微精弘",
"navigationBarTextStyle": "white",
"backgroundColor": "#f0eff5",
"enablePullDownRefresh": true,
"pageOrientation": "portrait"
},
"tabBar": {
"color": "#7f848a",
"borderStyle": "white",
"selectedColor": "#7acfa6",
"backgroundColor": "#f7f6fb",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/tabBar/index.png",
"selectedIconPath": "images/tabBar/index@active.png"
},
{
"pagePath": "pages/news/index",
"text": "资讯",
"iconPath": "images/tabBar/news.png",
"selectedIconPath": "images/tabBar/news@active.png"
},
{
"pagePath": "pages/home/home",
"text": "我的",
"iconPath": "images/tabBar/more.png",
"selectedIconPath": "images/tabBar/more@active.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true,
"sitemapLocation": "sitemap.json"
}