auto-save 2026-05-13 12:01 (~4)

This commit is contained in:
2026-05-13 12:02:11 +08:00
parent cb0bdcccba
commit 3a4dbb3561
4 changed files with 17 additions and 4 deletions

View File

@@ -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
}
]
}

View File

@@ -719,7 +719,7 @@ function ImageGenCard({ job, frame, onJobUpdate }: {
const objects = frame.description?.objects ?? []
return (
<KanbanCard tone="rose" tags={[`分镜 ${frame.index + 1}`, `${frame.timestamp.toFixed(1)}s`]} title="生成参考图">
<KanbanCard tone="rose" tags={[`分镜 ${frame.index + 1}`, `${frame.timestamp.toFixed(1)}s`, "占位 · Phase 2 重写"]} title="单帧编排(旧生图)">
{/* 参考图 + 识别物体 chips */}
<div className="flex gap-2 items-start mt-1">
<img

View File

@@ -581,7 +581,7 @@ export function FrameLightbox({ jobId, frames, activeIndex, selected, onClose, o
{elements.length > 0 && (
<span className="text-[10px] text-white/35 font-mono ml-0.5">· {elements.length}</span>
)}
<span className="text-[9.5px] text-white/35 font-normal ml-auto"> </span>
<span className="text-[9.5px] text-white/35 font-normal ml-auto"> </span>
</div>
{elements.length > 0 && (
@@ -710,7 +710,7 @@ export function FrameLightbox({ jobId, frames, activeIndex, selected, onClose, o
</button>
</div>
<div className="mt-1.5 text-[10px] text-white/35 leading-relaxed">
·
· + / /
</div>
</section>
</div>

View File

@@ -475,7 +475,7 @@ export function KeyframeNode({ data, selected }: any) {
<span className={cutoutCount > 0 ? "text-violet-300/90 font-medium" : ""}>{cutoutCount}/{elementsCount} </span>
<br />
<span className="text-[10.5px] text-[var(--text-faint)]">
/
/
</span>
</div>
)