Files
uniapp-im-shop/.hbuilderx/launch.json
2026-03-07 02:02:22 +07:00

31 lines
777 B
JSON

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