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:
25
AI-Coding/openspec-lite/modules/vab-footer.yaml
Normal file
25
AI-Coding/openspec-lite/modules/vab-footer.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# Module Spec:vab-footer(页脚)
|
||||
|
||||
module:
|
||||
id: vab-footer
|
||||
name: VabFooter(页脚)
|
||||
type: ui
|
||||
entrypoints:
|
||||
- library/components/VabFooter/index.vue
|
||||
|
||||
public_api:
|
||||
concept:
|
||||
- "展示年份与站点 title(来自 settings store)"
|
||||
|
||||
dependency_closure:
|
||||
runtime:
|
||||
- "store-settings:title"
|
||||
- "VabIcon"
|
||||
styles:
|
||||
- "SCSS 变量:$base-padding / $base-border-color(来自 styles 模块)"
|
||||
|
||||
acceptance:
|
||||
- "渲染后能显示年份与 title"
|
||||
|
||||
pitfalls:
|
||||
- "样式依赖全局 SCSS 变量;目标项目缺失变量会导致样式编译失败"
|
||||
Reference in New Issue
Block a user