From 7b1d0619556ad07c3708236f97765610a1cf2d76 Mon Sep 17 00:00:00 2001 From: bujinyuan Date: Tue, 3 Mar 2026 13:46:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E5=A4=8D=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=B6=88=E6=81=AF=E4=BD=8D=E7=BD=AE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/progress/CURRENT_STATUS.md | 9 +- frontend/src/pages/chat/conversation.vue | 331 +++++++++-------------- frontend/src/store/chat.js | 9 +- 3 files changed, 144 insertions(+), 205 deletions(-) diff --git a/docs/progress/CURRENT_STATUS.md b/docs/progress/CURRENT_STATUS.md index 1184e5f..28e4879 100644 --- a/docs/progress/CURRENT_STATUS.md +++ b/docs/progress/CURRENT_STATUS.md @@ -1,7 +1,7 @@ # EchoChat 项目开发进度 -> **最后更新**:2026-03-03(Phase 2b 即时通讯核心开发完成) -> **当前阶段**:Phase 2b 开发中 +> **最后更新**:2026-03-03(Phase 2b 即时通讯核心 + ui-ux-pro-max 规范改造完成) +> **当前阶段**:Phase 2b 已完成 > **当前分支**:`feature/phase2b-instant-messaging` > **实施计划**:`docs/plans/2026-03-03-phase2b-implementation.plan.md` > **设计文档**:`docs/plans/2026-03-03-phase2b-design.md` @@ -22,6 +22,7 @@ | Task 7 | 会话列表页 + 聊天对话页 | ✅ 完成 | 2 个核心页面 | | Task 8 | 设置页 + 搜索页 + 联系人改造 | ✅ 完成 | 2 个辅助页面 + 发消息跳转 | | Task 9 | 文档更新 + 代码审查 | ✅ 完成 | 进度/架构文档同步 | +| UI 改造 | ui-ux-pro-max 规范改造 | ✅ 完成 | uni-icons 替换 emoji + 设计规范文件 | --- @@ -112,7 +113,9 @@ 2. **状态管理**:Pinia 2.1.7 + pinia-plugin-persistedstate@3 3. **WebSocket**:`uni.connectSocket`(小程序)/ `WebSocket`(H5) 4. **IM Store**:chat.js(会话列表 + 消息缓存 + 三态确认 + 全局未读) -5. **设计系统**:ui-ux-pro-max 规范 +5. **设计系统**:ui-ux-pro-max 规范,MASTER.md + 页面覆盖规范 +6. **图标方案**:@dcloudio/uni-ui uni-icons(easycom 自动引入,跨平台兼容) +7. **预处理器**:sass(uni-icons SCSS 依赖) ### 后台管理端(admin/) 1. **框架**:Vue 3.5+ + Vite 7.x + Element Plus diff --git a/frontend/src/pages/chat/conversation.vue b/frontend/src/pages/chat/conversation.vue index ade8e45..e369c81 100644 --- a/frontend/src/pages/chat/conversation.vue +++ b/frontend/src/pages/chat/conversation.vue @@ -1,21 +1,14 @@