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,9 @@
# 00. 快速画像(给 AI 的 30 秒摘要)
- **技术栈**`Vue 3` + `Vue CLI 5` + `TypeScript` + `Pinia` + `Vue Router` + `Element Plus`
- **入口链路**`src/main.ts``setupVab(app)``setupI18n(app)``setupStore(app)``setupRouter(app)`
- **Mock**:开发环境由 `vue.config.js``mock/index.js` 挂载到 devServer 中间件;路由集合来自 `mock/controller/*`
- **别名**`@``src``@vab``library``~`→根目录,`/#``types`
- **用途定位**:既是可运行的后台 Demo也是可拆分的能力集合`library/layouts/ library/components/ library/ src/utils/ mock/ src/api/ types/`
> 推荐阅读顺序:本文件 → [01-Directory-Map.md](01-Directory-Map.md) → [AI-Reuse-Playbook.md](AI-Reuse-Playbook.md)