-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
73 lines (73 loc) · 1.98 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
{
"pages": [
"pages/index/index",
"pages/advice/advice",
"pages/login/login",
"pages/me/me",
"pages/curriculum/curriculum",
"pages/function/function",
"pages/schoolbus/schoolbus",
"pages/calendar/calendar",
"pages/library/library",
"pages/librarylogin/librarylogin",
"pages/liblecture/liblecture",
"pages/score/score",
"pages/liblectureinfo/liblectureinfo"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "果壳儿",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-button": "vant-weapp/button",
"van-tabbar": "vant-weapp/tabbar",
"van-tabbar-item": "vant-weapp/tabbar-item",
"van-cell": "vant-weapp/cell",
"van-cell-group": "vant-weapp/cell-group",
"van-field": "vant-weapp/field",
"van-row": "vant-weapp/row",
"van-col": "vant-weapp/col"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"backgroundColor": "#ffffff",
"list": [
{
"iconPath": "/images/icon_home.png",
"selectedIconPath": "images/icon_home_active.png",
"pagePath": "pages/index/index",
"text": "主页"
},
{
"iconPath": "/images/icon_notebook.png",
"selectedIconPath": "images/icon_notebook_active.png",
"pagePath": "pages/curriculum/curriculum",
"text": "课表"
},
{
"iconPath": "/images/icon_tag.png",
"selectedIconPath": "images/icon_tag_active.png",
"pagePath": "pages/function/function",
"text": "百宝箱"
},
{
"iconPath": "/images/icon_me.png",
"selectedIconPath": "images/icon_me_active.png",
"pagePath": "pages/me/me",
"text": "我的"
}
]
},
"groupIdList": [
"805769614"
],
"permission": {
"scope.userLocation": {
"desc": "果壳儿获取您的位置信息来提供优质服务"
}
}
}