Files
uniapp-im-shop/.hbuilderx/launch.json
bobobobo df7c6ad3fc QAQ
2026-02-03 20:39:02 +08:00

20 lines
452 B
JSON

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