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>
This commit is contained in:
编码工程师
2026-08-16 02:19:05 +08:00
co-authored by multica-agent
parent 12b0a1c943
commit 032882dbec
7 changed files with 203 additions and 55 deletions
+3 -2
View File
@@ -220,6 +220,7 @@
"latestChat": "Recent Chats",
"myFriend": "My Friends",
"myGroup": "My Groups",
"addColleague": "Add Colleague",
"groupName": "Group Name",
"groupAvatar": "Group Avatar",
"groupMember": "Group Members",
@@ -461,9 +462,9 @@
"custom": "Custom"
},
"application": {
"agree": "Agree",
"agree": "Accept",
"refuse": "Refuse",
"agreed": "Agreed",
"agreed": "Added",
"refused": "Refused",
"information": "Verification Information",
"pending": "Pending Verification",
+4 -3
View File
@@ -232,6 +232,7 @@
"latestChat": "最近聊天",
"myFriend": "我的好友",
"myGroup": "我的群组",
"addColleague": "添加同事",
"groupName": "群名称",
"groupAvatar": "群头像",
"groupMember": "群成员",
@@ -473,12 +474,12 @@
"custom": "自定义"
},
"application": {
"agree": "同意",
"agree": "接受",
"refuse": "拒绝",
"agreed": "已同意",
"agreed": "已添加",
"refused": "已拒绝",
"information": "验证信息",
"pending": "等待验证",
"pending": "等待对方通过",
"applyToJoin": "申请加入",
"applyToAdd": "申请添加",
"applyToFriend": "申请添加您为好友"