去掉 重新生成 分镜视频 调用update接口

This commit is contained in:
北枳 2025-08-19 00:08:01 +08:00
parent b560f907b7
commit ed4dff0c93

View File

@ -188,9 +188,9 @@ export class VideoSegmentEditUseCase {
this.loading = true;
const shot_descriptions = VideoSegmentEntityAdapter.lensTypeToTaskItem(shot_Lens);
// 如果有shot_id先保存分镜数据
if (shot_id) {
await this.saveShotPrompt(project_id, shot_id, shot_descriptions);
}
// if (shot_id) {
// await this.saveShotPrompt(project_id, shot_id, shot_descriptions);
// }
const response = await regenerateShot({
project_id,