uni-qnc-tob/.hbuilderx/launch.json
2024-12-24 19:50:36 +08:00

16 lines
288 B
JSON

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