Files
taimed/.hbuilderx/launch.json
liuyuan 56ee2fee9e 提交
2025-05-23 17:23:44 +08:00

19 lines
383 B
JSON

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