From beba6b81ce37abb5299f8c95dd630b0118e9a1ee Mon Sep 17 00:00:00 2001 From: libingxiang Date: Wed, 24 Jun 2026 10:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=9C=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useDigitalHuman.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useDigitalHuman.ts b/src/hooks/useDigitalHuman.ts index 7a2be17..1ad7be7 100644 --- a/src/hooks/useDigitalHuman.ts +++ b/src/hooks/useDigitalHuman.ts @@ -7,7 +7,7 @@ import { TokenManager } from "@/utils/tokenManager"; import type { ChatMessage, SubtitleMode } from "@/types"; const DEFAULT_TEXT = - "你好!我是皮特教授,歡迎向我提問任何有關電池的問題。"; + "你好!我是皮特教授,欢迎向我提问任何有关电池的问题。"; const OPENING_TTS_DELAY_MS = 200; const SILENCE_TIMEOUT_MS = 5000; // 最短有效语音时长(秒),低于此时长视为无效输入