1
0
forked from dyf/APP
Files
APP/.hbuilderx/launch.json

15 lines
305 B
JSON
Raw Normal View History

2025-07-05 14:49:26 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
"playground" : "standard",
2025-07-05 14:49:26 +08:00
"type" : "uni-app:app-android"
}
]
}