forked from yooge/autojs-vue-mini
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
39 lines (39 loc) · 951 Bytes
/
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
{
"name" : "autojs-vue-mini",
"appid" : "__UNI__9D97713",
"description" : "",
"versionName" : "1.0.37",
"versionCode" : 10037,
"transformPx" : false,
"app-plus" : {
"compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框
},
/* 5+App特有相关 */
"modules" : {
"OAuth" : {}
},
"nvueCompiler" : "uni-app",
"compilerVersion" : 3,
/* 模块配置 */
"distribute" : {
"splashscreen" : {
"android" : {
"hdpi" : ""
}
}
},
"splashscreen" : {
"waiting" : true
}
},
/* 快应用特有相关 */
"h5" : {
"title" : "居然还有名字",
"domain" : "vnool.com",
"router" : {
"base" : "/app/"
}
},
"orientation" : [ "portrait-primary" ]
}