From bdba44c0a1b354d4980584b7c4cfe1c181e4828f Mon Sep 17 00:00:00 2001 From: MT-Fire <798521692@qq.com> Date: Thu, 12 Mar 2026 10:58:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=BB=98=E8=AE=A4=E5=9B=9E=E8=BD=A6?= =?UTF-8?q?=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/settings.ts b/src/stores/settings.ts index 7192e93..2d2590a 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -11,7 +11,7 @@ export const useSettingsStore = defineStore("settings", () => { fontSize: "medium", // 对话设置 - sendOnEnter: false, + sendOnEnter: true, showTimestamp: true, compactMode: false,