auto-save 2026-05-13 13:59 (~2)

This commit is contained in:
2026-05-13 13:59:41 +08:00
parent 41fe9a8b1a
commit c026ab582a
2 changed files with 15 additions and 2 deletions

View File

@@ -619,8 +619,8 @@ export function ImageGenNode({ data, selected }: any) {
style={{ aspectRatio: aspect }}
>
<button
onClick={(e) => { e.stopPropagation(); d.onExpandFrame(p.frameIdx) }}
title={`${p.name} · 来自分镜 ${p.frameIdx + 1} · 点击进入分镜精细调整`}
onClick={(e) => { e.stopPropagation(); d.onOpenStoryboard?.(p.frameIdx) }}
title={`${p.name} · 来自分镜 ${p.frameIdx + 1} · 点击进入分镜头编排`}
className="absolute inset-0 w-full h-full"
>
<img