diff --git a/.memory/worklog.json b/.memory/worklog.json index 89bb429..08f699e 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -251,6 +251,13 @@ "message": "auto-save 2026-05-12 19:25 (~4)", "hash": "c159668", "files_changed": 4 + }, + { + "ts": "2026-05-12T19:31:21+08:00", + "type": "commit", + "message": "auto-save 2026-05-12 19:31 (~2)", + "hash": "ecef988", + "files_changed": 2 } ] } diff --git a/web/components/dashboard.tsx b/web/components/dashboard.tsx index 2dc7de0..ab98102 100644 --- a/web/components/dashboard.tsx +++ b/web/components/dashboard.tsx @@ -297,7 +297,7 @@ export function Dashboard({ data }: Props) { )} - {/* ---- Download — Kanban ---- */} + {/* ---- Download — 只显示元数据,视频播放器移到 Keyframe section ---- */} {key === "download" && ( !hasVideo ? ( @@ -305,20 +305,19 @@ export function Dashboard({ data }: Props) { ) : ( <> - -