-
Notifications
You must be signed in to change notification settings - Fork 79
/
manifest.json
47 lines (47 loc) · 1 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
45
46
47
{
"name" : "图片App模版",
"appid" : "",
"description" : "图片App模版",
"transformPx" : false,
"icons" : [
{
"sizes" : "分辨率,192x192",
"src" : "图片路径"
}
],
"versionName" : "1.0.2",
"versionCode" : 102,
"compatConfig" : {
"MODE" : 2 // 2代表兼容Vue2模式,3代表非兼容Vue2模式
},
"app-plus" : {
"usingComponents" : true,
"compilerVersion" : 3
},
// 5+App特有相关
"quickapp" : {},
// 快应用特有相关
"mp-weixin" : {
"setting" : {
"urlCheck" : false
},
"usingComponents" : true
},
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
},
"h5" : {
"template" : "",
"router" : {
"mode" : "hash",
"base" : "./"
}
},
"vueVersion" : "2"
}