From bcce34486f74493d29d2df27ec911aebe8064fc8 Mon Sep 17 00:00:00 2001 From: kang Date: Sun, 17 May 2026 21:58:16 +0800 Subject: [PATCH] auto-save 2026-05-17 21:58 (~2) --- .memory/worklog.json | 14 +++++++------- web/components/ad-recreation-board.tsx | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.memory/worklog.json b/.memory/worklog.json index e94cd0a..b09c48b 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "files_changed": 1, - "hash": "39ada53", - "message": "auto-save 2026-05-15 13:22 (~1)", - "ts": "2026-05-15T13:22:57+08:00", - "type": "commit" - }, { "files_changed": 1, "message": "Codex 会话活跃 · 最近命令:codex · 1 项未提交变更 · 最近提交:auto-save 2026-05-15 13:22 (~1)", @@ -3260,6 +3253,13 @@ "type": "session-heartbeat", "message": "Codex 会话活跃 · 最近命令:codex · 分支 main · 2 项未提交变更 · 最近提交:auto-save 2026-05-17 21:42 (~3)", "files_changed": 2 + }, + { + "ts": "2026-05-17T21:52:55+08:00", + "type": "commit", + "message": "auto-save 2026-05-17 21:52 (~3)", + "hash": "358e051", + "files_changed": 3 } ] } diff --git a/web/components/ad-recreation-board.tsx b/web/components/ad-recreation-board.tsx index 7c1f135..52a0b1c 100644 --- a/web/components/ad-recreation-board.tsx +++ b/web/components/ad-recreation-board.tsx @@ -1246,9 +1246,9 @@ function SourceReferenceBuildPanel({ for (const frame of job.frames) { if (selectedFrames.has(frame.index)) onToggleFrame(frame.index) } - const updated = await analyzeJob(job.id, 12, "motion", "replace", "accurate") + const updated = await analyzeJob(job.id, 12, "subject", "replace", "accurate") onJobUpdate(updated) - toast.info("已开始重新抽取 12 张关键帧,完成后在这里人工选择参考。") + toast.info("已开始按人物主体重新抽取 12 张关键帧,完成后在这里人工选择参考。") } catch (e) { toast.error("12 张关键帧抽取失败:" + (e instanceof Error ? e.message : String(e))) } finally { @@ -1318,7 +1318,7 @@ function SourceReferenceBuildPanel({ className="inline-flex h-7 items-center justify-center gap-1 rounded-md border border-white/10 bg-white/[0.055] px-2 text-[10.5px] font-semibold text-white/66 transition hover:border-cyan-300/35 hover:text-cyan-100 disabled:cursor-not-allowed disabled:opacity-35" > {extracting || job.status === "splitting" ? : } - 抽取 12 帧 + 抽人物 12 帧