This commit is contained in:
2026-03-11 14:52:32 +08:00
commit 688e46e1a6
105 changed files with 16711 additions and 0 deletions

19
.hbuilderx/launch.json Normal file
View File

@@ -0,0 +1,19 @@
{
"version" : "1.0",
"configurations" : [
{
"openVueDevtools" : false,
"type" : "uni-app:miniProgram"
},
{
"openVueDevtools" : true,
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
"openVueDevtools" : true,
"playground" : "custom",
"type" : "uni-app:app-android"
}
]
}