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 SpecVabTabs
module:
id: vab-tabs
name: VabTabs多标签页/导航标签)
type: ui
entrypoints:
- library/components/VabTabs/index.vue
- library/components/VabTabs/
usage_examples:
- "布局头部或主区域放置 VabTabs展示已访问路由并支持关闭/切换"
dependency_closure:
runtime:
- "vue-router监听路由变化"
- "storetabs 状态(如果实现依赖 store 模块)"
acceptance:
- "访问多个路由后能出现多个 tab如功能支持"
- "切换/关闭 tab 不崩溃"