1
0
forked from dyf/APP
Files
APP/.hbuilderx/launch.json

28 lines
625 B
JSON
Raw Normal View History

2025-07-05 14:49:26 +08:00
{
"version" : "1.0",
"configurations" : [
{
2026-03-05 10:06:37 +08:00
"playground" : "standard",
2025-07-05 14:49:26 +08:00
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
2026-03-05 10:06:37 +08:00
"playground" : "standard",
2025-07-05 14:49:26 +08:00
"type" : "uni-app:app-android"
},
{
"app" : {
"launchtype" : "remote"
},
"default" : {
"launchtype" : "local"
},
2026-03-05 10:06:37 +08:00
"h5" : {
"launchtype" : "local"
},
"provider" : "aliyun",
"type" : "uniCloud"
2025-07-05 14:49:26 +08:00
}
]
}