Files
WAI_Project_UNIX/.hbuilderx/launch.json

15 lines
313 B
JSON
Raw Normal View History

2025-07-21 16:47:04 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios_simulator"
},
{
"customPlaygroundType" : "local",
"playground" : "custom",
2025-07-21 16:47:04 +08:00
"type" : "uni-app:app-android"
}
]
}