From 0b30cc3ae73b5a3df33d19b252c2ed4886800f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Tue, 14 Oct 2025 10:05:19 +0800 Subject: [PATCH] gogogo --- .../components/ProfileCard/components/QuickWords/index.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/components/QuickWords/index.tsx b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/components/QuickWords/index.tsx index b6088c9f..561200e5 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/components/QuickWords/index.tsx +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/components/QuickWords/index.tsx @@ -471,13 +471,10 @@ const QuickWords: React.FC = ({ onInsert }) => { key: QuickWordsType.PERSONAL.toString(), label: "个人快捷语", }, - { - key: QuickWordsType.PUBLIC.toString(), - label: "公共快捷语", - }, + { key: QuickWordsType.DEPARTMENT.toString(), - label: "部门快捷语", + label: "公司快捷语", }, ]} />