From baffc89b3ca13fa4477dcb7c2f253eec07e998b4 Mon Sep 17 00:00:00 2001 From: DDMeaqua Date: Wed, 9 Oct 2024 18:45:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20[#5604]=20=E9=BB=98=E8=AE=A4=E5=BC=80?= =?UTF-8?q?=E5=90=AFtts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/config.ts b/app/store/config.ts index f9ddce4a80c..01136c50cd8 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -81,7 +81,7 @@ export const DEFAULT_CONFIG = { }, ttsConfig: { - enable: false, + enable: true, autoplay: false, engine: DEFAULT_TTS_ENGINE, model: DEFAULT_TTS_MODEL,