5a1e185b1a
phosphor console v1.1 设计系统(从现网 web/style.css 演化):tokens(colors/effects/ typography/fonts) + components(core/forms/surfaces .jsx) + ui_kits(console + console_mobile) + assets/icons(15 双色 SVG) + guidelines + CLAUDE/SKILL/readme。供 B1–B6 重构任务对照实现。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
1.1 KiB
HTML
13 lines
1.1 KiB
HTML
<!-- @dsCard group="Type" viewport="700x170" subtitle="单字族:IBM Plex Mono + Noto Sans SC 等宽中文混排" name="字族 · Mono" -->
|
|
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8">
|
|
<link rel="stylesheet" href="../styles.css">
|
|
<style>body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--mono);padding:18px 22px;display:grid;gap:10px}
|
|
.big{font-size:21px;font-weight:700;letter-spacing:.04em}
|
|
.mix{font-size:13px;line-height:1.55}
|
|
.meta{font-size:11px;color:var(--muted);letter-spacing:.08em}</style></head><body>
|
|
<div class="big">多项目任务调度台 MAESTRO 0123456789</div>
|
|
<div class="mix">按任务复杂度(Hard / Medium / Easy)分级驱动审批闸,<span style="color:var(--cyan)">agent</span> 在隔离 git worktree 自动执行——改动不自动合并、等你审。</div>
|
|
<div class="mix" style="color:var(--muted)">if (canTransition(task.status, 'exec_review')) → 待审/合 · P1 · 中</div>
|
|
<div class="meta">IBM PLEX MONO 400 / 500 / 600 / 700 · NOTO SANS SC 中文回退 · 全站无第二字族</div>
|
|
</body></html>
|