Files
taimed/.hbuilderx/launch.json
liuyuan 2e12435b90 TIJIAO
2025-09-04 14:21:13 +08:00

23 lines
484 B
JSON

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