Files
tra-app/.hbuilderx/launch.json
T
2025-12-17 10:22:32 +08:00

15 lines
306 B
JSON

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