diff --git a/.memory/worklog.json b/.memory/worklog.json
index 5a20d67..85b703f 100644
--- a/.memory/worklog.json
+++ b/.memory/worklog.json
@@ -272,6 +272,13 @@
"message": "auto-save 2026-05-12 19:42 (~3)",
"hash": "f901b71",
"files_changed": 3
+ },
+ {
+ "ts": "2026-05-12T19:48:07+08:00",
+ "type": "commit",
+ "message": "auto-save 2026-05-12 19:47 (~2)",
+ "hash": "07766e0",
+ "files_changed": 2
}
]
}
diff --git a/web/components/nodes/index.tsx b/web/components/nodes/index.tsx
index 3950a05..0a3a241 100644
--- a/web/components/nodes/index.tsx
+++ b/web/components/nodes/index.tsx
@@ -128,17 +128,39 @@ export function InputNode({ data, selected }: NodeProps<{ data: NodeData }> | an
>
)}
- {/* 已下载:仅元数据 + 解析按钮(视频播放器和加帧 controls 在左侧看板 Keyframe section) */}
+ {/* 已下载:视频播放器 + 加帧 + 元数据 + 解析按钮 */}
{hasVideo && job && (
<>
-
-
- 视频已下载
- {job.url.startsWith("upload://") ? "📎 上传" : "🔗 链接"}
-
-
- {job.width}×{job.height} · {job.duration.toFixed(1)}s
-
+ {/* 视频播放器(拖时间轴选帧) */}
+