feat: 接入分镜导演设计与即时视觉状态工作台

增加单集和批量生成、修复诊断、正式镜头检查、参考图、生成规格与视频提示词。
补齐接口契约、竞态保护和确认交互测试,保持现有两条工作流。
This commit is contained in:
GouJ
2026-08-28 14:14:25 +08:00
parent 2ee6f049f6
commit bae69c3c62
22 changed files with 2211 additions and 11 deletions
+5
View File
@@ -24,6 +24,11 @@ export const router = createRouter({
path: 'breakdown',
component: () => import('../features/breakdown/BreakdownPage.vue'),
meta: { title: '剧本拆解' }
},
{
path: 'storyboard',
component: () => import('../features/storyboard/StoryboardPage.vue'),
meta: { title: '分镜设计' }
}
]
},