-
Notifications
You must be signed in to change notification settings - Fork 101
/
app.json
97 lines (97 loc) · 2.42 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
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"pages": [
"pages/index/index",
"pages/index/login",
"pages/index/feature",
"pages/index/setting",
"pages/books/search",
"pages/books/index",
"pages/books/detail",
"pages/books/shelf",
"pages/books/bind",
"pages/books/hot/index",
"pages/books/overdue/index",
"pages/books/recommend/index",
"pages/books/my",
"pages/course/my",
"pages/course/search",
"pages/course/content",
"pages/course/stulist/index",
"pages/course/stulist/content",
"pages/elesys/bind",
"pages/elesys/index",
"pages/netsys/bind",
"pages/netsys/index",
"pages/netsys/list",
"pages/traffic/navi",
"pages/traffic/bus",
"pages/score/score",
"pages/school/calendar",
"pages/school/tel",
"pages/school/cert",
"pages/school/web",
"pages/school/aboutus",
"pages/school/xiaoai",
"pages/school/board/index",
"pages/school/board/edit",
"pages/school/board/faq",
"pages/school/board/detail",
"pages/school/run/index",
"pages/school/finance/bind",
"pages/school/finance/index",
"pages/school/card/index",
"pages/school/card/bind",
"pages/webview/webview",
"pages/webview/redpacket",
"pages/school/movie"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "贝壳小盒子",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"tabBar": {
"selectedColor": "#84BD54",
"color": "#333",
"backgroundColor": "#fff",
"position": "bottom",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/index.png",
"selectedIconPath": "images/[email protected]"
},
{
"pagePath": "pages/index/feature",
"text": "更多",
"iconPath": "images/more.png",
"selectedIconPath": "images/holiday.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于校园导航定位"
},
"scope.addPhoneCalendar": {
"desc": "用于添加上课日历事件提醒"
}
},
"requiredPrivateInfos": [
"getLocation"
],
"plugins": {
"ocr-plugin": {
"version": "3.1.5",
"provider": "wx4418e3e031e551be"
}
},
"__usePrivacyCheck__": true,
"sitemapLocation": "sitemap.json"
}