Files
frontend-app/.hbuilderx/launch.json
T

16 lines
356 B
JSON
Raw Normal View History

2025-09-19 17:19:19 +08:00
{
"version" : "1.0",
"configurations" : [
{
2025-12-16 09:13:48 +08:00
"customPlaygroundType" : "device",
2025-10-29 15:03:40 +08:00
"packageName" : "com.trustbridge.mm",
2025-12-16 09:13:48 +08:00
"playground" : "standard",
2025-09-19 17:19:19 +08:00
"type" : "uni-app:app-android"
2025-10-23 14:12:26 +08:00
},
{
"playground" : "standard",
"type" : "uni-app:app-ios"
2025-09-19 17:19:19 +08:00
}
]
}