40760aa884
- server:Go 网关(WS 流式识别中继/计费配额/微信登录支付 mock/反馈/埋点),gummy provider 已真实联调 - desktop:Tauri 2(全局快捷键 push-to-talk/浮层/托盘/设置/登录购买/反馈/首启引导) - android:Compose 主 App + IME(键盘内录音直传) - ios:App + 键盘扩展(1A spike 实证键盘内不可录音,走 deep link 听写) - design/design-pipeline:设计系统 + token 导出 iOS/Android 主题 - doc:前后端设计文档(HTML);web:官网宣传页;todo:任务看板 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
27 lines
1.6 KiB
HTML
27 lines
1.6 KiB
HTML
<!-- @dsCard group="Spacing" viewport="700x130" name="间距网格" subtitle="4px 基准 · --space-1 → 16" -->
|
|
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="../styles.css">
|
|
<style>
|
|
body { margin: 0; font-family: var(--font-sans); background: var(--surface-card); padding: 18px 22px; display: flex; align-items: flex-end; gap: 18px; height: 130px; box-sizing: border-box; }
|
|
.item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
|
|
.bar { width: 22px; background: var(--accent-soft-2); border: 1px solid var(--accent); border-radius: 3px; box-sizing: border-box; }
|
|
.item span { font-size: 10px; font-family: var(--font-mono); color: var(--text-3); }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="item"><div class="bar" style="height:4px"></div><span>1·4</span></div>
|
|
<div class="item"><div class="bar" style="height:8px"></div><span>2·8</span></div>
|
|
<div class="item"><div class="bar" style="height:12px"></div><span>3·12</span></div>
|
|
<div class="item"><div class="bar" style="height:16px"></div><span>4·16</span></div>
|
|
<div class="item"><div class="bar" style="height:20px"></div><span>5·20</span></div>
|
|
<div class="item"><div class="bar" style="height:24px"></div><span>6·24</span></div>
|
|
<div class="item"><div class="bar" style="height:32px"></div><span>8·32</span></div>
|
|
<div class="item"><div class="bar" style="height:40px"></div><span>10·40</span></div>
|
|
<div class="item"><div class="bar" style="height:48px"></div><span>12·48</span></div>
|
|
<div class="item"><div class="bar" style="height:64px"></div><span>16·64</span></div>
|
|
</body>
|
|
</html>
|