feat: 提交多个新UI组件模块spec和相关属性设定,包括卡片封装、渐变卡片、列式布局组件等,重写了readme.md,用于AI Coding
Some checks are pending
Call HTTPS API / build (push) Waiting to run

This commit is contained in:
2025-12-27 15:42:57 +08:00
parent fc9c726de4
commit 55abf26cfa
78 changed files with 3024 additions and 103 deletions

View File

@@ -0,0 +1,21 @@
# Module SpecVabApp
module:
id: vab-app
name: VabApp应用壳/全局容器)
type: ui
entrypoints:
- library/components/VabApp/index.vue
- library/components/VabApp/
usage_examples:
- "App 根组件中使用 <vab-app /> 作为应用容器"
dependency_closure:
runtime:
- "可能依赖 router-view 与 Element Plus ConfigProvider由 VabApp 内部决定)"
- "可能依赖 pwa / i18n / route meta"
acceptance:
- "渲染不报错"
- "路由切换正常(若内部包含 router-view"