This commit is contained in:
超级老白兔
2025-10-14 10:05:19 +08:00
parent b31e1a47f0
commit 0b30cc3ae7

View File

@@ -471,13 +471,10 @@ const QuickWords: React.FC<QuickWordsProps> = ({ onInsert }) => {
key: QuickWordsType.PERSONAL.toString(),
label: "个人快捷语",
},
{
key: QuickWordsType.PUBLIC.toString(),
label: "公共快捷语",
},
{
key: QuickWordsType.DEPARTMENT.toString(),
label: "部门快捷语",
label: "公司快捷语",
},
]}
/>