auto-save 2026-05-13 13:59 (~2)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user