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/icons.yaml
Normal file
20
AI-Coding/openspec-lite/modules/icons.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Module Spec:icons(src/icon:SVG 自动加载)
|
||||
|
||||
module:
|
||||
id: icons
|
||||
name: SVG Icons(src/icon require.context 自动加载)
|
||||
type: ui
|
||||
entrypoints:
|
||||
- src/icon/index.ts
|
||||
- src/icon/*.svg
|
||||
|
||||
public_api:
|
||||
concept:
|
||||
- "通过 require.context 自动加载 src/icon 下的 svg(构建期打包进 sprite/资源管线,取决于 webpack 配置)"
|
||||
|
||||
dependency_closure:
|
||||
bundler:
|
||||
- "webpack require.context"
|
||||
|
||||
acceptance:
|
||||
- "启动后 svg 资源被打包且可引用(具体引用方式取决于项目现有 svg loader 配置)"
|
||||
Reference in New Issue
Block a user