From 0678d7555f90bc17c77b8ba6d6d8c7723da3816a Mon Sep 17 00:00:00 2001 From: GouJ Date: Tue, 1 Sep 2026 15:51:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AF=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E4=B8=BB=E8=A7=86=E9=A2=91=E8=BF=87=E6=9C=9F=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/production/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/features/production/types.ts b/src/features/production/types.ts index 49c85e8..89df6bc 100644 --- a/src/features/production/types.ts +++ b/src/features/production/types.ts @@ -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[] }