diff --git a/.memory/worklog.json b/.memory/worklog.json index 7c43741..7f0490b 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1622,6 +1622,13 @@ "type": "session-heartbeat", "message": "Claude 会话活跃 · 最近命令:claude · 2 项未提交变更 · 最近提交:auto-save 2026-05-13 13:53 (+1, ~4)", "files_changed": 2 + }, + { + "ts": "2026-05-13T13:59:41+08:00", + "type": "commit", + "message": "auto-save 2026-05-13 13:59 (~2)", + "hash": "c026ab5", + "files_changed": 2 } ] } diff --git a/web/components/storyboard-bar.tsx b/web/components/storyboard-bar.tsx index fb29f74..6fd0e23 100644 --- a/web/components/storyboard-bar.tsx +++ b/web/components/storyboard-bar.tsx @@ -110,37 +110,44 @@ export function StoryboardBar({ job, selectedFrames, onOpenStoryboard }: Props) ) )} - {/* Hover 大图预览 · portal 到 body 避免父容器 overflow clip */} - {mounted && hover && createPortal( -