lanan-app/.hbuilderx/launch.json

16 lines
292 B
JSON
Raw Normal View History

2024-08-20 20:02:05 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"app-plus" : {
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}