打包app部分配置更新
This commit is contained in:
parent
9c4c2377c4
commit
79255c2c94
|
|
@ -4,10 +4,16 @@
|
|||
"version" : "0.0",
|
||||
"configurations" : [
|
||||
{
|
||||
"default" : {
|
||||
"app-plus" :
|
||||
{
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"mp-weixin" : {
|
||||
"default" :
|
||||
{
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"mp-weixin" :
|
||||
{
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"type" : "uniCloud"
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@
|
|||
"Geolocation" : {},
|
||||
"Maps" : {},
|
||||
"Barcode" : {},
|
||||
"Camera" : {},
|
||||
"Push" : {}
|
||||
"Camera" : {}
|
||||
},
|
||||
/* 模块配置 */
|
||||
"distribute" : {
|
||||
|
|
@ -82,17 +81,7 @@
|
|||
}
|
||||
},
|
||||
"ad" : {},
|
||||
"push" : {
|
||||
"unipush" : {
|
||||
"version" : "2",
|
||||
"offline" : false,
|
||||
"icons" : {
|
||||
"small" : {
|
||||
"hdpi" : ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"push" : {}
|
||||
},
|
||||
"icons" : {
|
||||
"android" : {
|
||||
|
|
|
|||
Loading…
Reference in New Issue