docs:更新提示词、任务清单、原型图

This commit is contained in:
zwt13703
2026-07-01 20:13:23 +08:00
parent 685d69ebdc
commit 393a170d3a
5 changed files with 1961 additions and 5 deletions
+3 -3
View File
@@ -16,7 +16,7 @@
|---|------|---------|
| 前端框架 | Vue 3 | ^3.4 |
| 构建工具 | Vite | ^5.x |
| UI 组件库 | Element Plus | ^2.8 |
| UI 组件库 | Ant Design Vue | ^4.x |
| 状态管理 | Pinia | ^2.x |
| 路由 | Vue Router 4 | ^4.x |
| 后端框架 | Python FastAPI | ^0.110 |
@@ -135,8 +135,8 @@ uvicorn app.main:app --reload --port 8000
```bash
cd frontend
pnpm install
pnpm run dev
npm install
npm run dev
```
### 访问