This commit is contained in:
2025-08-19 16:24:26 +08:00
parent 692a3838c2
commit ec36dd7496
3 changed files with 61 additions and 5 deletions

15
.hbuilderx/launch.json Normal file
View File

@@ -0,0 +1,15 @@
{
"version" : "1.0",
"configurations" : [
{
"default" : {
"launchtype" : "local"
},
"h5" : {
"launchtype" : "local"
},
"provider" : "aliyun",
"type" : "uniCloud"
}
]
}