'创建鸿蒙应用'

This commit is contained in:
wtq
2025-12-08 17:49:35 +08:00
commit 09b59aa8c2
625 changed files with 78727 additions and 0 deletions

15
.hbuilderx/launch.json Normal file
View File

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