From 499b36b03b52bb591d378cd90bb0139c1a2ab593 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: Thu, 27 Nov 2025 17:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=85=AC=E5=85=B1=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E8=AF=AD=E9=80=89=E9=A1=B9=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E5=BF=AB=E6=8D=B7=E8=AF=AD=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96QuickWords=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ProfileCard/components/QuickWords/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 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 8b1315a9..2e2aa743 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 @@ -502,10 +502,13 @@ const QuickWords: React.FC = ({ onInsert }) => { key: QuickWordsType.PERSONAL.toString(), label: "个人快捷语", }, - + { + key: QuickWordsType.PUBLIC.toString(), + label: "公共快捷语", + }, { key: QuickWordsType.DEPARTMENT.toString(), - label: "公司快捷语", + label: "部门快捷语", }, ]} />