auto-save 2026-05-13 15:11 (~3)

This commit is contained in:
2026-05-13 15:11:45 +08:00
parent 6d08857695
commit 02df0c5a60
3 changed files with 72 additions and 87 deletions

View File

@@ -299,18 +299,10 @@ export default function Home() {
<>
<div className="canvas-bg" />
<main className="relative h-screen w-screen overflow-hidden flex">
{/* 右上工具 */}
<header className="absolute top-3 right-6 z-30 flex items-center gap-2 pointer-events-auto">
{job && (
<div className="glass-node flex items-center gap-2 px-3 h-9" style={{ borderRadius: 12 }}>
<span className="text-[10px] uppercase tracking-widest text-[var(--text-faint)]">JOB</span>
<span className="text-[11.5px] font-mono text-[var(--text-strong)]">{job.id.slice(0, 8)}</span>
<span className="text-[10.5px] text-[var(--text-faint)]">·</span>
<span className="text-[11.5px] text-[var(--text-soft)]">{job.message || job.status}</span>
</div>
)}
{/* 主题切换 — 左下角 */}
<div className="absolute bottom-3 left-3 z-30 pointer-events-auto">
<ThemeToggle />
</header>
</div>
{/* 左侧:竖向 tile 看板(极窄) */}
<aside