Files
uni-qnc-tob-c/.hbuilderx/launch.json

16 lines
290 B
JSON
Raw Normal View History

2025-03-14 04:07:32 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{
"app-plus" : {
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}