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

16 lines
355 B
JSON
Raw Normal View History

2025-09-19 17:19:19 +08:00
{
"version" : "1.0",
"configurations" : [
{
2025-10-10 13:41:42 +08:00
"customPlaygroundType" : "local",
2025-10-29 15:03:40 +08:00
"packageName" : "com.trustbridge.mm",
2025-11-25 20:54:41 +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
}
]
}