From dcc3044bdd17db0123a3c298ac6eb4d4edaa4ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Mon, 22 Sep 2025 14:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4videoFlowConfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ChatInputBox/ChatInputBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ChatInputBox/ChatInputBox.tsx b/components/ChatInputBox/ChatInputBox.tsx index 1548a04..3a896f1 100644 --- a/components/ChatInputBox/ChatInputBox.tsx +++ b/components/ChatInputBox/ChatInputBox.tsx @@ -153,8 +153,8 @@ export function ChatInputBox({ noData }: { noData: boolean }) { mode: parsed.mode || "auto", resolution: parsed.resolution || "720p", language: parsed.language || "english", - videoDuration: parsed.videoDuration || "1min", - expansion_mode: typeof parsed.expansion_mode === 'boolean' ? parsed.expansion_mode : false, + videoDuration: parsed.videoDuration || "unlimited", + expansion_mode: typeof parsed.expansion_mode === 'boolean' ? parsed.expansion_mode : true, aspect_ratio: parsed.aspect_ratio || "VIDEO_ASPECT_RATIO_LANDSCAPE", }); } catch (error) {