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
+4
View File
@@ -15,6 +15,10 @@ export default defineConfig(({ mode }) => {
changeOrigin: true,
timeout: 0,
proxyTimeout: 0
},
'/storage': {
target: env.API_PROXY_TARGET || 'http://localhost:3412',
changeOrigin: true
}
}
}