-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
55 lines (55 loc) · 1.7 KB
/
app.json
File metadata and controls
55 lines (55 loc) · 1.7 KB
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
{
"pages": [
"pages/kcb/kcb",
"pages/more/more",
"pages/more/cj/cj",
"pages/setting/setting",
"pages/setting-detail/set-userinfo",
"pages/setting-detail/set-server",
"pages/setting-detail/set-know",
"pages/setting-detail/set-feed",
"pages/more/xiaoli/xiaoli",
"pages/more/edu/edu",
"pages/more/ksrc/ksrc",
"pages/setting-detail/thanks",
"pages/more/room/room",
"pages/setting-detail/set-other",
"pages/setting-detail/set-theme",
"pages/more/ad/ad"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#1298CF",
"navigationBarTitleText": "工大教务处",
"navigationBarTextStyle": "white"
},
"tabBar": {
"backgroundColor": "#1298CF",
"color": "#515151",
"selectedColor": "#F6F6F6",
"list": [
{
"pagePath": "pages/kcb/kcb",
"iconPath": "image/kcb.png",
"selectedIconPath": "image/selkcb2.png",
"text": "课程表"
},
{
"pagePath": "pages/more/more",
"iconPath": "image/menu.png",
"selectedIconPath": "image/selmenu2.png",
"text": "综合信息"
},
{
"pagePath": "pages/setting/setting",
"iconPath": "image/set.png",
"selectedIconPath": "image/selset2.png",
"text": "设置"
}
]
},
"networkTimeout": {
"request": 120000
},
"sitemapLocation": "sitemap.json"
}