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

16 lines
288 B
JSON
Raw Normal View History

2024-11-24 15:21:01 +08:00
{
"version" : "1.0",
"configurations" : [
{
2024-12-24 19:50:36 +08:00
"playground" : "custom",
2024-11-24 15:21:01 +08:00
"type" : "uni-app:app-ios"
},
2024-12-24 19:50:36 +08:00
{
"app-plus" : {
"launchtype" : "local"
},
"type" : "uniCloud"
}
2024-11-24 15:21:01 +08:00
]
}