修改域名配置等文件

This commit is contained in:
2024-12-03 14:39:48 +08:00
parent f1f5b666b5
commit fb8c9f8431
20 changed files with 1174 additions and 14 deletions

18
.hbuilderx/launch.json Normal file
View File

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