From 3a4dbb3561bc72bc2fb5711f741f38d563950f89 Mon Sep 17 00:00:00 2001 From: kang Date: Wed, 13 May 2026 12:02:11 +0800 Subject: [PATCH] auto-save 2026-05-13 12:01 (~4) --- .memory/worklog.json | 13 +++++++++++++ web/components/dashboard.tsx | 2 +- web/components/lightbox.tsx | 4 ++-- web/components/nodes/index.tsx | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.memory/worklog.json b/.memory/worklog.json index 06b751e..de9f336 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1390,6 +1390,19 @@ "message": "auto-save 2026-05-13 11:50 (~2)", "hash": "4135465", "files_changed": 2 + }, + { + "ts": "2026-05-13T11:56:39+08:00", + "type": "commit", + "message": "auto-save 2026-05-13 11:56 (~4)", + "hash": "cb0bdcc", + "files_changed": 4 + }, + { + "ts": "2026-05-13T03:57:37Z", + "type": "session-heartbeat", + "message": "Claude 会话活跃 · 最近命令:claude · 4 项未提交变更 · 最近提交:auto-save 2026-05-13 11:56 (~4)", + "files_changed": 4 } ] } diff --git a/web/components/dashboard.tsx b/web/components/dashboard.tsx index 773d049..b8e841e 100644 --- a/web/components/dashboard.tsx +++ b/web/components/dashboard.tsx @@ -719,7 +719,7 @@ function ImageGenCard({ job, frame, onJobUpdate }: { const objects = frame.description?.objects ?? [] return ( - + {/* 参考图 + 识别物体 chips */}
0 && ( · {elements.length} )} - → 给下游生图作素材 + → 给下一步「分镜头编排」
{elements.length > 0 && ( @@ -710,7 +710,7 @@ export function FrameLightbox({ jobId, frames, activeIndex, selected, onClose, o
- 元素持久化保存 · 已抠图的元素将作为透明素材层送到下一步「生图」节点融合 + 元素持久化保存 · 已抠图的元素 + 干净版场景图 → 下一步「分镜头编排」(多视角 / 风格融合 / 布局都在那做)
diff --git a/web/components/nodes/index.tsx b/web/components/nodes/index.tsx index 5282cca..fe8dfa1 100644 --- a/web/components/nodes/index.tsx +++ b/web/components/nodes/index.tsx @@ -475,7 +475,7 @@ export function KeyframeNode({ data, selected }: any) { 0 ? "text-violet-300/90 font-medium" : ""}>{cutoutCount}/{elementsCount} 已抠图
- 点缩略图 → 清洗水印 / 提取元素 → 抠图给下游融合 + 点缩略图 → 清洗水印 / 提取元素 → 抠图给「分镜头编排」用 )