From 9ad486d117f03afeeb3f00212e17761c61753b6d Mon Sep 17 00:00:00 2001 From: cfy666 <3087823110@qq.com> Date: Sat, 20 Jun 2026 23:35:13 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=83=A8=E7=BD=B2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/types/index.ts b/frontend/src/types/index.ts index 5ae323e..9f6b3b1 100644 --- a/frontend/src/types/index.ts +++ b/frontend/src/types/index.ts @@ -69,6 +69,7 @@ export interface ConfigMessage { tts_enabled?: boolean; detail_level?: "low" | "high"; language?: string; + scenario?: string; }; } -- 2.49.1