inv-app/.hbuilderx/launch.json
2023-08-15 18:58:57 +08:00

17 lines
238 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"app-plus" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}