Files
APP/.hbuilderx/launch.json
2025-07-05 14:49:26 +08:00

14 lines
259 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{
"playground" : "standard",
"type" : "uni-app:app-android"
}
]
}