-
Notifications
You must be signed in to change notification settings - Fork 63
/
app.json
84 lines (84 loc) · 2.15 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
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"pages": [
"pages/index/index",
"pages/index/about",
"pages/index/h5",
"pages/index/tips",
"pages/index/auth",
"pages/question/subject-choice",
"pages/question/subject-list",
"pages/question/subject",
"pages/question/subject-ai",
"pages/exam/exam",
"pages/exam/exam-result",
"pages/exam/explain",
"pages/exam/explain-rich",
"pages/exam/exam-report",
"pages/my/home",
"pages/my/my-exams",
"pages/my/my-unexam",
"pages/my/my-favs",
"pages/my/incorrects",
"pages/my/coin-buy",
"pages/my/coin-records",
"pages/my/vip-buy",
"pages/my/vip-buy-ios",
"pages/my/vip-buy-gift",
"pages/my/user-reg",
"pages/my/settings",
"pages/acts/share-guide",
"pages/acts/keep-days",
"pages/pk/start",
"pages/pk/rank",
"pages/pk/room-wait",
"pages/pk/room-pk",
"pages/my/vip-snactive"
],
"window": {
"navigationBarBackgroundColor": "#4b8ef9",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "软考大师",
"backgroundTextStyle": "dark",
"backgroundColor": "#f7f7f9",
"enablePullDownRefresh": false
},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#555",
"selectedColor": "#4b8ef9",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/icon-home.png",
"selectedIconPath": "images/icon-home-s.png"
},
{
"pagePath": "pages/question/subject-list",
"text": "题库",
"iconPath": "images/icon-subject.png",
"selectedIconPath": "images/icon-subject-s.png"
},
{
"pagePath": "pages/pk/start",
"text": "PK榜",
"iconPath": "images/pk/icon-pk2.png",
"selectedIconPath": "images/pk/icon-pk2-s.png"
},
{
"pagePath": "pages/my/home",
"text": "我",
"iconPath": "images/icon-user.png",
"selectedIconPath": "images/icon-user-s.png"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 60000,
"downloadFile": 60000
},
"debug": false,
"sitemapLocation": "sitemap.json"
}