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,35 @@
# Task Template: 抽取插件library/plugins/*
task:
id: extract-plugin
intent: "从本仓库抽取一个或多个插件到目标项目,确保注入点与依赖闭包完整"
inputs:
required:
- plugins # 例如 ["vab", "directive", "errorLog", "support"]
- target_project_type
- extraction_style
scope:
base_dir: "library/plugins"
dependency_closure_checklist:
runtime:
- "vabElement Plus 的 ElMessage/ElLoading/ElMessageBox/ElNotification 是否全局可用"
- "directivesrc/utils/permission 与权限数据来源是否齐全"
- "errorLogsrc/store/modules/errorLog 与 config/errorLog 是否齐全"
- "support__APP_INFO__ 注入方式是否一致"
wiring:
- "是否通过 setupVab(library/index.ts) 自动 app.use() 安装;若非自动,需要在入口手动 app.use()"
outputs:
required_sections:
- changed_files
- extracted_modules
- dependency_closure
- acceptance_commands
- risks
acceptance:
- "插件安装后,不影响应用启动"
- "涉及的注入能力/指令/错误捕获按模块规格验收"