-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
73 lines (73 loc) · 1.8 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/map/map",
"pages/discover/discover",
"pages/mine/mine",
"pages/message/message",
"pages/sub/user-terms/user-terms",
"pages/sub/pofp-create/pofp-create",
"pages/sub/pofp-fullshow/pofp-fullshow",
"pages/sub/search/search"
],
"useExtendedLib": {
"kbone": true,
"weui": true
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"tabBar": {
"borderStyle": "white",
"backgroundColor": "#FFF",
"list": [
{
"pagePath": "pages/map/map",
"text": "地图",
"iconPath": "static/png/map-pin.png",
"selectedIconPath": "static/png/map-pin.png"
},
{
"pagePath": "pages/discover/discover",
"text": "发现",
"iconPath": "static/png/grass.png",
"selectedIconPath": "static/png/grass.png"
},
{
"pagePath": "pages/message/message",
"text": "消息",
"iconPath": "static/png/message.png",
"selectedIconPath": "static/png/message.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我们",
"iconPath": "static/png/dog-13.png",
"selectedIconPath": "static/png/dog-13.png"
}
]
},
"window": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"style": "v2",
"renderer": "skyline",
"rendererOptions": {
"skyline": {
"defaultDisplayBlock": true,
"defaultContentBox": true,
"disableABTest": true,
"sdkVersionBegin": "3.0.0",
"sdkVersionEnd": "15.255.255"
}
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}