-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
32 lines (32 loc) · 898 Bytes
/
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
{
"pages": [
"pages/index/index",
"pages/face/face",
"pages/details/details",
"pages/user/user",
"pages/bandFace/face",
"pages/location/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#5BFAFA",
"navigationBarTitleText": "签到系统",
"navigationBarTextStyle": "black"
},
"usingComponents": {
"van-toast": "@vant/weapp/toast/index",
"van-notice-bar": "@vant/weapp/notice-bar/index",
"van-divider": "@vant/weapp/divider/index",
"van-rate": "@vant/weapp/rate/index",
"van-circle": "@vant/weapp/circle/index",
"van-panel": "@vant/weapp/panel/index",
"van-button": "@vant/weapp/button/index",
"van-dialog": "@vant/weapp/dialog/index"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "用于获取您的签到地址"
}
}
}