Files
APP/.hbuilderx/launch.json

14 lines
257 B
JSON
Raw Normal View History

2025-07-05 14:49:26 +08:00
{
"version" : "1.0",
"configurations" : [
{
2025-08-02 16:38:54 +08:00
"playground" : "custom",
2025-07-05 14:49:26 +08:00
"type" : "uni-app:app-ios"
},
{
"playground" : "standard",
"type" : "uni-app:app-android"
}
]
}