 编码工程师andmultica-agent
|
032882dbec
|
feat(pc-client): 通讯录入口整改 + 添加同事弹窗 + 发送错误提示(视觉规范 v1,B-52 施工 3/3)
- ContactSider:三个功能入口改为 20px 线性图标 + 36x36 浅蓝图标块 + 文字
(①新的同事②添加同事③我的群聊),行高 44,删掉 48px PNG 大图
- 新增 AddColleague 弹窗:工号 + 可编辑验证消息 + 五态(默认/校验失败/发送中/成功/失败)
- 会话栏搜索框右侧新增「+」入口,两处打开同一个弹窗
- useSendMessage:空接收方明确提示、SDK 错误码映射中文提示
- 申请状态文案对齐规范:等待对方通过/已添加/已拒绝
- global.scss 补 --search-bg / --chat-bg token
Co-authored-by: multica-agent <github@multica.ai>
|
2026-08-16 02:19:05 +08:00 |
|
 编码工程师andmultica-agent
|
12b0a1c943
|
feat(mobile,account-service): 统一发送服务 + 员工目录接口 + 好友申请五态/验证消息(B-52 施工 2/3)
- message_send_service:所有消息走统一门禁(登录/连接/空接收方/好友校验),
失败打印 SDK 原始 code 并映射中文提示,不再只吞异常
- chat_screen 接入统一发送服务,失败提示真实原因
- account-service 新增 GET /api/directory(登录用户可读启用员工,用于添加同事)
- add_friend_screen 增加可编辑验证消息(视觉规范 4.2)
- new_friends_screen 五态 + 窄屏(<360)按钮组换行不挤压姓名(视觉规范 5.3)
Co-authored-by: multica-agent <github@multica.ai>
|
2026-08-16 02:16:00 +08:00 |
|
 编码工程师andmultica-agent
|
d6ef6eb9a4
|
fix(mobile): 通讯录进会话空对方 + 登录后会话列表空态(B-52 无法发送消息根因)
- contacts_screen 用 f.friendUserID(SDK 恒为空)打开会话,导致建出
si__<空对方> 会话,所有消息发给空 userID 全部失败;改用 f.userID
- login 后补一次 refreshConversations:SDK 登录期间同步回调先于
loggedIn=true 触发,refreshConversations 因登录态守卫提前返回,
会话列表永久停在空态
双机实测:修复前 sendMessage userID='' 失败;修复后 A→B 消息
正常送达(B 端 onRecvNewMessage 收到 fixverify999)
Co-authored-by: multica-agent <github@multica.ai>
|
2026-08-16 02:14:13 +08:00 |
|
 编码工程师andmultica-agent
|
1a5045a4d5
|
docs: 员工使用说明(一页纸大白话)
Co-authored-by: multica-agent <github@multica.ai>
|
2026-08-16 01:08:12 +08:00 |
|
 编码工程师andmultica-agent
|
4cf1d4120a
|
fix(pc-client,account-service): B-61 试用前小修 - 头像取首字/群头像拼格/近似灰Token收敛/重置密码踢下线,构建 v1.0.1 安装包
Co-authored-by: multica-agent <github@multica.ai>
|
2026-08-16 01:07:53 +08:00 |
|
 编码工程师andmultica-agent
|
2fe8417900
|
fix(pc-client): PC 端统一手机端设计 Token 并补提交 src/components(B-52 视觉阻塞修复)
Co-authored-by: multica-agent <github@multica.ai>
|
2026-08-16 00:27:52 +08:00 |
|