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,25 @@
# Module Specvab-card卡片封装 + Skeleton
module:
id: vab-card
name: VabCard卡片封装
type: ui
entrypoints:
- library/components/VabCard/index.vue
public_api:
concept:
- "对 el-card 的轻封装header slot/prop + 可选 skeleton loading默认 500ms 结束)"
dependency_closure:
runtime:
- "Element Plusel-card/el-skeleton"
- "vue-routeronBeforeRouteLeave清理定时器"
- "SCSS$base-transition"
acceptance:
- "skeleton=true 时先显示 skeleton再渲染默认 slot"
- "路由离开时清理 timer"
pitfalls:
- "skeletonRows 注释提示:显示数量可能比传入多 1Element Plus 行为)"