From 328cbc147d3335a58eb5d43f6b95757f2a5887ae Mon Sep 17 00:00:00 2001 From: seaislee1209 Date: Sun, 22 Mar 2026 03:29:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20v0.11.1=20=E9=9A=90=E8=97=8F=20AirDrama?= =?UTF-8?q?=20Fast=20=E9=80=89=E9=A1=B9=EF=BC=88=E7=81=AB=E5=B1=B1?= =?UTF-8?q?=E6=9C=AA=E5=BC=80=E9=80=9A=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Toolbar modelItems 注释掉 Fast 选项,用户只能选标准版 - 外部团队测试时选 Fast 会报 model not found 错误 Co-Authored-By: Claude Opus 4.6 (1M context) --- web/src/components/Toolbar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/Toolbar.tsx b/web/src/components/Toolbar.tsx index f99a570..e29fcb1 100644 --- a/web/src/components/Toolbar.tsx +++ b/web/src/components/Toolbar.tsx @@ -72,7 +72,8 @@ const generationTypeItems = [ const modelItems = [ { label: 'AirDrama', value: 'seedance_2.0' as ModelOption, icon: }, - { label: 'AirDrama Fast', value: 'seedance_2.0_fast' as ModelOption, icon: }, + // Fast 暂未开通,隐藏选项 + // { label: 'AirDrama Fast', value: 'seedance_2.0_fast' as ModelOption, icon: }, ]; const modeItems = [