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

10 lines
158 B
JSON
Raw Normal View History

2025-09-19 17:19:19 +08:00
{
"version" : "1.0",
"configurations" : [
{
2025-09-23 23:19:12 +08:00
"playground" : "custom",
2025-09-19 17:19:19 +08:00
"type" : "uni-app:app-android"
}
]
}