feat: 提交多个新UI组件模块spec和相关属性设定,包括卡片封装、渐变卡片、列式布局组件等,重写了readme.md,用于AI Coding
Some checks are pending
Call HTTPS API / build (push) Waiting to run
Some checks are pending
Call HTTPS API / build (push) Waiting to run
This commit is contained in:
20
AI-Coding/openspec-lite/modules/vab-sidebar.yaml
Normal file
20
AI-Coding/openspec-lite/modules/vab-sidebar.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Module Spec:VabSideBar
|
||||
|
||||
module:
|
||||
id: vab-sidebar
|
||||
name: VabSideBar(侧边栏容器)
|
||||
type: ui
|
||||
entrypoints:
|
||||
- library/components/VabSideBar/index.vue
|
||||
- library/components/VabSideBar/
|
||||
|
||||
usage_examples:
|
||||
- "在布局中使用 VabSideBar 包裹 VabMenu,实现侧边导航"
|
||||
|
||||
dependency_closure:
|
||||
runtime:
|
||||
- "settings store:collapse/device 等"
|
||||
- "Element Plus(如内部使用 el-scrollbar 等)"
|
||||
|
||||
acceptance:
|
||||
- "折叠状态切换后布局不崩溃"
|
||||
Reference in New Issue
Block a user