auto-save 2026-05-14 12:37 (~6)

This commit is contained in:
2026-05-14 12:37:30 +08:00
parent 01ab67eb13
commit 3733151ae4
6 changed files with 36 additions and 137 deletions

View File

@@ -1955,6 +1955,7 @@ export function KeyframePanelNode({ data }: any) {
embedded
jobId={d.job.id}
frames={d.job.frames}
generatedVideos={d.job.generated_videos ?? []}
activeIndex={d.expandedFrame}
selected={d.selectedFrames}
onClose={d.onCloseExpandedFrame}
@@ -1964,6 +1965,7 @@ export function KeyframePanelNode({ data }: any) {
clipboard={d.clipboard}
onCopyImage={d.onCopyImage}
onGenerateProductFusionVideo={d.onGenerateProductFusionVideo}
onDeleteVideo={d.onDeleteVideo}
/>
</div>
<button