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 = [