Files
rd_mes_uniapp/.hbuilderx/launch.json
2025-12-18 14:11:48 +08:00

16 lines
294 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-android"
},
{
"app-plus" : {
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}