按摩提交

main
LGX 2 months ago
parent b23127330f
commit 12a39cd584
  1. 39
      .hbuilderx/launch.json

@ -1,20 +1,23 @@
{ // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ {
// launchtypelocalremote, localremote // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
"version": "0.0", // launchtypelocalremote, localremote
"configurations": [{ "version" : "0.0",
"app-plus" : "configurations" : [
{ {
"launchtype" : "local" "app-plus" : {
}, "launchtype" : "local"
"default" : },
{ "default" : {
"launchtype" : "local" "launchtype" : "local"
}, },
"mp-weixin" : "mp-weixin" : {
{ "launchtype" : "local"
"launchtype" : "local" },
}, "type" : "uniCloud"
"type" : "uniCloud" },
} {
"playground" : "custom",
"type" : "uni-app:app-ios"
}
] ]
} }

Loading…
Cancel
Save