From d3fe66d03d0764f05b3a4233922b5639650a2c8f Mon Sep 17 00:00:00 2001 From: DDMeaqua Date: Fri, 11 Oct 2024 13:04:45 +0800 Subject: [PATCH] chore: stt --- app/components/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index b45d36f9587..08fe2741a4f 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1505,7 +1505,7 @@ function _Chat() { setAttachImages(images); } - // 快捷键 shortcut keys + // 快捷键 const [showShortcutKeyModal, setShowShortcutKeyModal] = useState(false); useEffect(() => {