Files
tydata-mini/.hbuilderx/launch.json

16 lines
290 B
JSON
Raw Normal View History

2026-02-10 14:13:29 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{
"app-plus" : {
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}