uni-qnc-tob/.hbuilderx/launch.json
2025-03-14 03:40:55 +08:00

16 lines
290 B
JSON

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