Files
wwjcloud-nest-v1/wwjcloud-assets/source/icons/multi-platform.svg
万物街 1cd5d3bdef feat: 完成 NestJS 后端核心底座开发 (M1-M6) 和 Ant Design Vue 前端迁移
主要更新:
1. 后端核心底座完成 (M1-M6):
   - 健康检查、指标监控、分布式锁
   - 事件总线、队列系统、事务管理
   - 安全守卫、多租户隔离、存储适配器
   - 审计日志、配置管理、多语言支持

2. 前端迁移到 Ant Design Vue:
   - 从 Element Plus 迁移到 Ant Design Vue
   - 完善 system 模块 (role/menu/dept)
   - 修复依赖和配置问题

3. 文档完善:
   - AI 开发工作流文档
   - 架构约束和开发规范
   - 项目进度跟踪

4. 其他改进:
   - 修复编译错误和类型问题
   - 完善测试用例
   - 优化项目结构
2025-08-27 11:24:22 +08:00

12 lines
577 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<!-- 手机 -->
<rect x="2" y="6" width="8" height="12" rx="1" ry="1"/>
<line x1="6" y1="10" x2="6" y2="10"/>
<!-- 平板 -->
<rect x="9" y="4" width="8" height="16" rx="1" ry="1"/>
<line x1="13" y1="12" x2="13" y2="12"/>
<!-- 电脑 -->
<rect x="18" y="8" width="4" height="8" rx="1" ry="1"/>
<rect x="16" y="16" width="8" height="2" rx="1" ry="1"/>
<line x1="18" y1="20" x2="22" y2="20"/>
</svg>