museum-H5/.hbuilderx/launch.json
2023-12-21 10:08:51 +08:00

17 lines
240 B
JSON

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