From ec28338af1d2846c290816a62efe0f1da1c3a3ab Mon Sep 17 00:00:00 2001 From: DDMeaqua Date: Fri, 11 Oct 2024 13:24:53 +0800 Subject: [PATCH] chore: test --- 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 cb03440775e..9b5abc2fe08 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1562,7 +1562,7 @@ function _Chat() { setAttachImages(images); } - // 快捷键 shortcut keys + // 快捷键 const [showShortcutKeyModal, setShowShortcutKeyModal] = useState(false); useEffect(() => {