-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathapp.json
89 lines (89 loc) · 2.85 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
{
"pages": [
"pages/run/run",
"pages/moments/moments",
"pages/pub/pub",
"pages/user/user",
"pages/moments/newMoment/newMoment",
"pages/user/setting/setting",
"pages/user/edit/edit",
"pages/user/privacy/privacy",
"pages/user/userPage/userPage",
"pages/pub/listMore/listmore",
"pages/pub/blockMore/blockmore",
"pages/pub/listDetail/listDetail",
"pages/pub/blockDetail/blockDetail",
"pages/user/modals/modals",
"pages/user/myMoments/myMoments",
"pages/moments/messages/messages",
"pages/user/myRuns/myRuns",
"pages/run/sharePage/sharePage"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序运动定位"
}
},
"requiredPrivateInfos": [
"getLocation",
"onLocationChange",
"startLocationUpdate"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#63b7af",
"navigationBarTitleText": "跑鸭",
"navigationBarTextStyle": "white",
"onReachBottomDistance": 65
},
"tabBar": {
"backgroundColor": "#63b7af",
"color": "#000",
"selectedColor": "#fff",
"list": [
{
"pagePath": "pages/run/run",
"text": "跑鸭",
"iconPath": "imgs/tabbar/run.png",
"selectedIconPath": "/imgs/tabbar/run-w.png"
},
{
"pagePath": "pages/moments/moments",
"text": "动态",
"iconPath": "imgs/tabbar/moments.png",
"selectedIconPath": "/imgs/tabbar/moments-w.png"
},
{
"pagePath": "pages/pub/pub",
"text": "广场",
"iconPath": "imgs/tabbar/pub.png",
"selectedIconPath": "/imgs/tabbar/pub-w.png"
},
{
"pagePath": "pages/user/user",
"text": "个人",
"iconPath": "imgs/tabbar/user.png",
"selectedIconPath": "/imgs/tabbar/user-w.png"
}
]
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-rate": "@vant/weapp/rate/index",
"van-button": "@vant/weapp/button/index",
"van-notify": "@vant/weapp/notify/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-toast": "@vant/weapp/toast/index",
"van-loading": "@vant/weapp/loading/index",
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-icon": "@vant/weapp/icon/index",
"van-image": "@vant/weapp/image/index"
},
"plugins": {
"chooseLocation": {
"version": "1.0.10",
"provider": "wx76a9a06e5b4e693e"
}
}
}