From 76faff03ffd2497063f9a1f5cb6fa804ad251301 Mon Sep 17 00:00:00 2001 From: DDMeaqua Date: Fri, 11 Oct 2024 18:57:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/store/config.ts b/app/store/config.ts index e2a2f874733..b515349ddb7 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -83,7 +83,7 @@ export const DEFAULT_CONFIG = { }, ttsConfig: { - enable: false, + enable: true, autoplay: false, engine: DEFAULT_TTS_ENGINE, model: DEFAULT_TTS_MODEL, @@ -91,7 +91,7 @@ export const DEFAULT_CONFIG = { speed: 1.0, }, sttConfig: { - enable: false, + enable: true, engine: DEFAULT_STT_ENGINE, }, };