feat: 前端同步主视频过期状态
This commit is contained in:
@@ -66,6 +66,8 @@ export interface VideoReadinessItem {
|
||||
issues: ProductionIssue[]
|
||||
primaryVideoId?: string | null
|
||||
activeVideoId?: string | null
|
||||
/** 当前主视频已基于旧主首帧或旧主体参考图生成。 */
|
||||
primaryVideoStale?: boolean
|
||||
}
|
||||
|
||||
/** 视频任务项目级就绪汇总。 */
|
||||
@@ -78,6 +80,7 @@ export interface VideoReadiness {
|
||||
missingPrompt: number
|
||||
missingKeyframe: number
|
||||
staleKeyframe: number
|
||||
stalePrimaryVideo: number
|
||||
missingReference: number
|
||||
items: VideoReadinessItem[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user