严格区分Seedance视频模型

将画板生成视频默认模型调整为 seedance2.0-fast

为 seedance2.0 与 seedance2.0-fast 分别映射独立上游模型

固定角色动画使用 seedance2.0-fast 并更新前后端契约测试

同步更新编辑器生成面板和项目记忆文档
This commit is contained in:
2026-06-18 14:40:39 +08:00
parent 7b277480f0
commit 38cbb85d48
19 changed files with 163 additions and 41 deletions
@@ -146,7 +146,7 @@ describe('ImageCanvasGenerationDialogModel', () => {
status: 'idle',
composerOpen: true,
generationReferences: [],
videoModel: 'seedance2.0',
videoModel: 'seedance2.0-fast',
videoAspectRatio: '16:9',
videoResolution: '480p',
videoDurationSeconds: 4,