-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
79 lines (79 loc) · 2.07 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
{
"pages": [
"pages/index/index",
"pages/address/address",
"pages/logs/logs",
"pages/man/man",
"pages/detail/detail",
"pages/login/login",
"pages/message/message",
"pages/like/like",
"pages/hoard/hoard",
"pages/concern/concern",
"pages/myinfo/myinfo",
"pages/server/server",
"pages/morething/morething",
"pages/feedback/feedback",
"pages/function_one/function_one",
"pages/function_two/function_two",
"pages/function_three/function_three",
"pages/function_four/function_four",
"pages/notify/notify",
"pages/edit/edit",
"component/image-cropper/index",
"pages/imagecropper/image",
"pages/codeman/codeman",
"pages/wxScan/scan",
"pages/myCodepage/mycode"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ai摄",
"navigationBarTextStyle": "black"
},
"permission": {
"scope.userLocation": {
"desc": "你的位地理坐标息将用于小程序位置接口的效果展示"
},
"scope.userFuzzyLocation": {
"desc": "你的模糊位置信息将用于小程序位置接口的效果展示"
}
},
"requiredPrivateInfos": [
"getFuzzyLocation"
],
"tabBar": {
"color": "#929292",
"selectedColor": "#21b9df",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/img/home.png",
"selectedIconPath": "/img/home_h.png"
},
{
"pagePath": "pages/address/address",
"text": "地图",
"iconPath": "/img/map.png",
"selectedIconPath": "/img/map_h.png"
},
{
"pagePath": "pages/morething/morething",
"text": "工具",
"iconPath": "/img/function.png",
"selectedIconPath": "/img/function_h.png"
},
{
"pagePath": "pages/man/man",
"text": "我的",
"iconPath": "/img/man.png",
"selectedIconPath": "/img/man_h.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}