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:
22
AI-Coding/openspec-lite/modules/styles.yaml
Normal file
22
AI-Coding/openspec-lite/modules/styles.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Module Spec:styles(library/styles:全局样式/变量/背景)
|
||||
|
||||
module:
|
||||
id: styles
|
||||
name: 样式体系(全局样式 + 变量 + 背景)
|
||||
type: ui
|
||||
entrypoints:
|
||||
- library/styles/vab.scss
|
||||
- library/styles/variables/
|
||||
- library/styles/background/
|
||||
|
||||
public_api:
|
||||
concept:
|
||||
- "vab.scss 是全局样式入口(normalize/transition/变量等聚合)"
|
||||
- "variables 下含布局变量与 Theme 变量(vab-*-variables.module.scss)"
|
||||
|
||||
dependency_closure:
|
||||
bundler:
|
||||
- "scss/sass loader(由 Vue CLI 提供)"
|
||||
|
||||
acceptance:
|
||||
- "引入 vab.scss 后基础样式生效,不影响 Element Plus"
|
||||
Reference in New Issue
Block a user