forked from Airmole/ShellBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
57 lines (57 loc) · 1.5 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
{
"pages": [
"pages/bookSearch/index",
"pages/index/index",
"pages/bookSearch/isbn/iputIsbn",
"pages/bookSearch/bookInfo/bookDetail",
"pages/bookSearch/bookInfo/bookInfo",
"pages/bookSearch/bookInfo/bookList",
"pages/features/features",
"pages/features/about",
"pages/welcome/welcome",
"pages/classQuery/index",
"pages/classQuery/class",
"pages/score/score",
"pages/calendar/calendar",
"pages/error/queryerror",
"pages/net/netfare",
"pages/net/netBind",
"pages/electricity/electricityFare",
"pages/electricity/electricityBind",
"pages/Transport/Transport",
"pages/tel/tel",
"pages/stuInfo/stuInfo",
"pages/schoolNav/schoolNav"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarTitleText": "贝壳小盒子",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#7acfa6"
},
"tabBar": {
"selectedColor": "#4A6141",
"color": "#333",
"backgroundColor": "#fff",
"position": "bottom",
"list": [
{
"pagePath": "pages/bookSearch/index",
"text": "首页",
"iconPath": "images/index.png",
"selectedIconPath": "images/[email protected]"
},
{
"pagePath": "pages/features/features",
"text": "更多",
"iconPath": "images/more.png",
"selectedIconPath": "images/holiday.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于校园导航定位"
}
}
}