Files
taimed/.hbuilderx/launch.json
liuyuan 060344610a 提交
2025-05-21 16:35:35 +08:00

16 lines
301 B
JSON

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