auto-save 2026-05-13 13:48 (~3)

This commit is contained in:
2026-05-13 13:48:39 +08:00
parent 7e55b9b60d
commit 2d297ecdc1
3 changed files with 66 additions and 11 deletions

View File

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