Files
uni-fans-score/.hbuilderx/launch.json
2026-02-05 17:38:19 +08:00

14 lines
259 B
JSON

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