配置文件更新

This commit is contained in:
2025-01-07 09:04:21 +08:00
parent 4326e4ff70
commit c78c4875c8
3 changed files with 12 additions and 1 deletions

9
.hbuilderx/launch.json Normal file
View File

@@ -0,0 +1,9 @@
{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-android"
}
]
}