Files
frontend-app/.hbuilderx/launch.json
T
2025-12-16 09:13:50 +08:00

16 lines
356 B
JSON

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