auto-save 2026-05-13 13:59 (~2)
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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