Files
uniapp-im-shop/.hbuilderx/launch.json
2026-01-12 17:52:15 +08:00

16 lines
350 B
JSON

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