hldy_app/.hbuilderx/launch.json

11 lines
204 B
JSON
Raw Normal View History

2025-08-25 17:30:39 +08:00
{
"version" : "1.0",
"configurations" : [
{
2025-10-23 17:08:59 +08:00
"customPlaygroundType" : "local",
2025-08-25 17:30:39 +08:00
"playground" : "custom",
"type" : "uni-app:app-android"
}
]
}