examTeamApp/.hbuilderx/launch.json

23 lines
475 B
JSON
Raw Normal View History

2024-05-02 15:59:36 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
2024-05-02 15:59:36 +08:00
"type" : "uni-app:app-android"
},
{
"app-plus" : {
"launchtype" : "local"
},
"mp-weixin" : {
"launchtype" : "local"
},
"type" : "uniCloud"
},
{
2024-09-12 11:20:52 +08:00
"playground" : "standard",
2024-05-02 15:59:36 +08:00
"type" : "uni-app:app-ios"
}
]
}