初始化

This commit is contained in:
2025-07-28 17:18:33 +08:00
commit 68ac1098fb
18 changed files with 496 additions and 0 deletions

10
.hbuilderx/launch.json Normal file
View File

@@ -0,0 +1,10 @@
{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "device",
"playground" : "standard",
"type" : "uni-app:app-android"
}
]
}