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:
21
AI-Coding/openspec-lite/modules/vab-header.yaml
Normal file
21
AI-Coding/openspec-lite/modules/vab-header.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# Module Spec:VabHeader
|
||||
|
||||
module:
|
||||
id: vab-header
|
||||
name: VabHeader(头部导航)
|
||||
type: ui
|
||||
entrypoints:
|
||||
- library/components/VabHeader/index.vue
|
||||
- library/components/VabHeader/
|
||||
|
||||
usage_examples:
|
||||
- "布局组件中使用 VabHeader,承载用户信息/语言切换/全屏/刷新等入口"
|
||||
|
||||
dependency_closure:
|
||||
runtime:
|
||||
- "可能依赖 settings store(fixedHeader/showTabs 等)"
|
||||
- "可能依赖 i18n、router"
|
||||
|
||||
acceptance:
|
||||
- "渲染不报错"
|
||||
- "常用操作(如全屏/刷新/语言切换)不崩溃(若组件支持)"
|
||||
Reference in New Issue
Block a user