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-fold.yaml
Normal file
20
AI-Coding/openspec-lite/modules/vab-fold.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Module Spec:vab-fold(折叠按钮)
|
||||
|
||||
module:
|
||||
id: vab-fold
|
||||
name: VabFold(侧边栏折叠/展开)
|
||||
type: ui
|
||||
entrypoints:
|
||||
- library/components/VabFold/index.vue
|
||||
|
||||
public_api:
|
||||
concept:
|
||||
- "根据 settings.collapse 展示不同图标,并触发 settings.toggleCollapse()"
|
||||
|
||||
dependency_closure:
|
||||
runtime:
|
||||
- "store-settings:collapse/toggleCollapse"
|
||||
- "VabIcon"
|
||||
|
||||
acceptance:
|
||||
- "点击后触发 toggleCollapse 并切换图标"
|
||||
Reference in New Issue
Block a user