Files
xl-mobile/.hbuilderx/launch.json

14 lines
259 B
JSON
Raw Permalink Normal View History

2025-03-26 19:10:41 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios"
2025-05-06 11:36:14 +08:00
},
{
"playground" : "standard",
"type" : "uni-app:app-android"
2025-03-26 19:10:41 +08:00
}
]
}