From 5d26387b0389d6c2c27d3a2dec6e75f4e068991e Mon Sep 17 00:00:00 2001 From: GouJ Date: Tue, 1 Sep 2026 14:48:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=94=9F=E4=BA=A7=E9=A1=B5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=B9=B6=E5=A4=84=E7=90=86=E8=BF=87=E6=9C=9F=E4=B8=BB?= =?UTF-8?q?=E9=A6=96=E5=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../production/components/ShotProductionAssets.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/features/production/components/ShotProductionAssets.vue b/src/features/production/components/ShotProductionAssets.vue index 9a01568..c063f22 100644 --- a/src/features/production/components/ShotProductionAssets.vue +++ b/src/features/production/components/ShotProductionAssets.vue @@ -66,6 +66,7 @@ const canGenerateVideo = computed( () => !assetBlocked.value && !activeVideo.value && !!props.videoReadiness && props.videoReadiness.issues.length === 0 ) +const keyframeStale = computed(() => !!props.keyframeReadiness?.primaryKeyframeStale) watch(key, () => { confirmingKeyframe.value = '' @@ -241,9 +242,12 @@ async function inspectSpecs() { +

+ 当前主首帧使用的主体参考资产已经变化,旧图仍保留但不会继续进入视频生成。请重新生成主首帧。 +