Files
SkinCamera/.hbuilderx/launch.json
T
2026-03-12 09:54:31 +08:00

15 lines
312 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios_simulator"
},
{
"customPlaygroundType" : "device",
"playground" : "standard",
"type" : "uni-app:app-ios"
}
]
}