增加基座插件

样式修改
公共组件初始化内容
This commit is contained in:
xuli3099
2025-08-29 14:20:51 +08:00
parent f7f057910c
commit d15689ccb8
8 changed files with 77 additions and 13 deletions

9
.hbuilderx/launch.json Normal file
View File

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