jy-safe-app/.hbuilderx/launch.json

26 lines
542 B
JSON
Raw Permalink Normal View History

2025-10-14 15:17:30 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"app-plus" : {
"launchtype" : "local"
},
"h5" : {
"launchtype" : "local"
},
"mp-weixin" : {
"launchtype" : "local"
},
"type" : "uniCloud"
},
{
"openVueDevtools" : true,
"type" : "uni-app:h5"
}
]
}