-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
75 lines (75 loc) · 1.99 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
{
"pages": [
"pages/home/home",
"pages/login/login",
"pages/home/calendar/calendar",
"pages/home/library/library",
"pages/home/library/libsear/libsear",
"pages/home/library/libsear/detail/detail",
"pages/home/library/libself/libself",
"pages/home/library/libself/lendbook/lendbook",
"pages/home/phone/phone",
"pages/home/map/map",
"pages/home/new/new",
"pages/home/new/detail/detail",
"pages/home/message/message",
"pages/home/message/add/add",
"pages/home/score/score",
"pages/home/test/test",
"pages/home/englv/englv",
"pages/home/course/course",
"pages/home/lostfound/lostfound",
"pages/home/lostfound/add/add",
"pages/home/lostfound/detail/detail",
"pages/mypage/mypage",
"pages/mypage/idea/idea",
"pages/mypage/about/about",
"pages/mypage/help/help",
"pages/mypage/phone/phone",
"components/share-button/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "微井大",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#bbbbbb",
"selectedColor": "#D51007",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "images/tab/home.png",
"selectedIconPath": "images/tab/home_fill.png"
},
{
"pagePath": "pages/mypage/mypage",
"text": "我的",
"iconPath": "images/tab/my.png",
"selectedIconPath": "images/tab/my_fill.png"
}
]
},
"usingComponents": {
"l-toast": "/dist/toast/index",
"l-message": "/dist/message/index"
},
"plugins": {
"calendar": {
"version": "1.1.3",
"provider": "wx92c68dae5a8bb046"
},
"brickLayout": {
"version": "0.2.0",
"provider": "wx3c042630f3cdc175"
}
},
"navigateToMiniProgramAppIdList": [
"wx2eec5fb00157a603"
]
}