-
Notifications
You must be signed in to change notification settings - Fork 96
/
manifest.json
56 lines (54 loc) · 1.52 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
48
49
50
51
52
53
54
55
56
{
"name" : "myrobot2",
"appid" : "__UNI__9D97713999",
"appkey" : "962a0c80b0ef8b23a982ae846d9c5a89",
"package" : "com.hammer.auto_debug",
"SHA1" : "BF:28:B5:FB:9D:A3:20:27:28:FD:51:77:59:9B:F4:BA:23:E8:A1:88",
"logo" : "static/logo.png", /* 图标 */
"splash" : "static/splash.png", /* 开屏等待页广告 */
/*********
appkey去官方申请: https://nativesupport.dcloud.net.cn/AppDocs/usesdk/appkey,
SHA1 固定填写为: BF:28:B5:FB:9D:A3:20:27:28:FD:51:77:59:9B:F4:BA:23:E8:A1:88
*******/
"description" : "",
"versionName" : "1.0.10",
"versionCode" : 10010,
"transformPx" : false,
"app-plus" : {
"compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框
},
/* 5+App特有相关 */
"modules" : {
"OAuth" : {}
},
"nvueCompiler" : "uni-app",
"compilerVersion" : 3,
/* 模块配置 */
"distribute" : {
"splashscreen" : {
"android" : {
"hdpi" : ""
}
},
"ios" : {
"dSYMs" : false
},
"sdkConfigs" : {
"ad" : {}
}
},
"splashscreen" : {
"waiting" : true
}
},
/* 快应用特有相关 */
"h5" : {
"title" : "居然还有名字",
"domain" : "",
"router" : {
"base" : "/app/"
}
},
"orientation" : [ "portrait-primary" ]
}