Files
mht.js/.hbuilderx/launch.json
2025-10-22 07:50:31 +08:00

29 lines
640 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"app" : {
"launchtype" : "remote"
},
"app-plus" : {
"launchtype" : "remote"
},
"default" : {
"launchtype" : "local"
},
"h5" : {
"launchtype" : "remote"
},
"provider" : "aliyun",
"type" : "uniCloud",
"uniapp" : {
"launchtype" : "local"
}
}
]
}