uni-qnc-tob/.hbuilderx/launch.json
2025-03-14 04:57:49 +08:00

16 lines
288 B
JSON

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