feat: 提交多个新UI组件模块spec和相关属性设定,包括卡片封装、渐变卡片、列式布局组件等,重写了readme.md,用于AI Coding
Some checks are pending
Call HTTPS API / build (push) Waiting to run

This commit is contained in:
2025-12-27 15:42:57 +08:00
parent fc9c726de4
commit 55abf26cfa
78 changed files with 3024 additions and 103 deletions

View File

@@ -0,0 +1,20 @@
# Module Speciconssrc/iconSVG 自动加载)
module:
id: icons
name: SVG Iconssrc/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 配置)"