chore(plan): complete frontend app-shell client wrapper tasks

This commit is contained in:
nav
2026-05-12 13:46:24 +00:00
parent 34442663a3
commit 1c386e0a80
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@
### 1.1 应用骨架 ### 1.1 应用骨架
- [x] 路由骨架(登录页 / 工作台 / 聊天页) - [x] 路由骨架(登录页 / 工作台 / 聊天页)
- [x] 全局布局(侧栏 + 主区 + 状态栏) - [x] 全局布局(侧栏 + 主区 + 状态栏)
- [ ] API Client 封装baseURL、API Key、错误处理 - [x] API Client 封装baseURL、API Key、错误处理
- [ ] Socket 客户端封装(连接、重连、订阅/退订) - [x] Socket 客户端封装(连接、重连、订阅/退订)
### 1.2 认证与会话 ### 1.2 认证与会话
- [ ] 登录页Center 登录) - [ ] 登录页Center 登录)