feat: dev

This commit is contained in:
2026-06-01 18:22:30 +08:00
parent f021b43f05
commit 0bbbe20ec7
20 changed files with 9493 additions and 11427 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ rent-platform/
│ ├── shared-types/ # 共享 TypeScript 类型定义
│ ├── shared-utils/ # 共享工具函数
│ └── shared-config/ # 共享配置 (ESLint, TS等)
├── deploy/ # 部署配置 (Docker, K8s)
├── deploy/ # 部署配置 (Docker, Nginx)
├── docs/ # 项目文档
├── database/ # 数据库脚本
└── pnpm-workspace.yaml
@@ -29,7 +29,7 @@ rent-platform/
| 商家管理后台 | React 18 + TypeScript + Ant Design |
| 平台管理后台 | React 18 + TypeScript + Ant Design |
| 后端服务 | NestJS + MySQL + Redis + RabbitMQ |
| 基础设施 | Docker + Kubernetes + Nginx |
| 基础设施 | Docker + Docker Compose + Nginx |
## 快速开始