diff --git a/src/features/production/components/ShotProductionAssets.vue b/src/features/production/components/ShotProductionAssets.vue index c063f22..71d4e14 100644 --- a/src/features/production/components/ShotProductionAssets.vue +++ b/src/features/production/components/ShotProductionAssets.vue @@ -67,6 +67,7 @@ const canGenerateVideo = computed( !assetBlocked.value && !activeVideo.value && !!props.videoReadiness && props.videoReadiness.issues.length === 0 ) const keyframeStale = computed(() => !!props.keyframeReadiness?.primaryKeyframeStale) +const videoStale = computed(() => !!props.videoReadiness?.primaryVideoStale) watch(key, () => { confirmingKeyframe.value = '' @@ -265,9 +266,7 @@ async function inspectSpecs() { 主首帧 已过期 - {{ item.width || '—' }} × {{ item.height || '—' }} + {{ item.width || '—' }} × {{ item.height || '—' }}

{{ item.error }}

{{ formatDate(item.createdAt) }}

@@ -304,9 +303,12 @@ async function inspectSpecs() { +

+ 当前主视频使用的主首帧或主体参考图已经变化。旧视频仍保留;重新生成完成后,新视频会自动接替过期主视频。 +