TraceabilityAPP/.hbuilderx/launch.json

23 lines
473 B
JSON
Raw Permalink Normal View History

2023-10-17 16:02:55 +08:00
{
"version" : "1.0",
"configurations" : [
{
2024-03-06 17:07:36 +08:00
"playground" : "custom",
2023-10-17 16:02:55 +08:00
"type" : "uni-app:app-android"
},
2023-10-20 18:45:15 +08:00
{
"app-plus" : {
"launchtype" : "local"
},
"mp-weixin" : {
"launchtype" : "local"
},
"type" : "uniCloud"
},
{
"playground" : "standard",
"type" : "uni-app:app-ios"
}
2023-10-17 16:02:55 +08:00
]
}