ReedawFoodApp/.hbuilderx/launch.json

23 lines
473 B
JSON
Raw Permalink Normal View History

2025-05-30 11:14:38 +08:00
{
"version" : "1.0",
"configurations" : [
{
2026-03-31 13:51:12 +08:00
"playground" : "custom",
2025-05-30 11:14:38 +08:00
"type" : "uni-app:app-android"
},
{
"app-plus" : {
"launchtype" : "local"
},
"mp-weixin" : {
"launchtype" : "local"
},
"type" : "uniCloud"
},
{
"playground" : "standard",
"type" : "uni-app:app-ios"
}
]
}