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

@@ -1609,6 +1609,19 @@
"message": "auto-save 2026-05-13 13:48 (~3)",
"hash": "2d297ec",
"files_changed": 3
},
{
"ts": "2026-05-13T13:54:10+08:00",
"type": "commit",
"message": "auto-save 2026-05-13 13:53 (+1, ~4)",
"hash": "41fe9a8",
"files_changed": 5
},
{
"ts": "2026-05-13T05:57:39Z",
"type": "session-heartbeat",
"message": "Claude 会话活跃 · 最近命令claude · 2 项未提交变更 · 最近提交auto-save 2026-05-13 13:53 (+1, ~4)",
"files_changed": 2
}
]
}

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