-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmanifest.json
44 lines (44 loc) · 1.16 KB
/
manifest.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
{
"name" : "闪电",
"appid" : "__UNI__B0A0BC2",
"description" : "",
"versionName" : "4.2.7",
"versionCode" : 4000270,
"transformPx" : false,
"permission" : {
"scope.userLocation" : {
"desc" : "你的位置信息将用于地图的效果展示"
}
},
/* SDK配置 */
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
/* 小程序特有相关 */
"usingComponents" : {},
"appid" : "wx66a19ee384891552",
"setting" : {
"urlCheck" : false,
"minified" : true,
"postcss" : false,
"es6" : true
},
"permission" : {
"scope.userLocation" : {
"desc" : "位置信息将用于地图的效果展示"
}
},
"requiredPrivateInfos" : [ "getLocation" ],
"plugins" : {},
/* 夜间模式 */
"darkmode" : true,
"themeLocation" : "theme.json"
},
"mp-alipay" : {
"appid" : "2021004128601128",
"usingComponents" : true,
"component2" : true,
"darkmode" : true,
"themeLocation" : "theme.json"
}
}