Files
dudu/design/guidelines/brand-wordmark.card.html
T
wangjia 40760aa884
ci / server (push) Failing after 14s
ci / design-tokens (push) Failing after 11s
dudu MVP:五端语音输入法初始提交
- 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>
2026-06-12 00:38:37 +08:00

25 lines
1.8 KiB
HTML

<!-- @dsCard group="Brand" viewport="700x170" name="Wordmark" subtitle="dudu — 几何线条字标,与 logo 同一笔画语言" -->
<!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); display: grid; grid-template-columns: 1fr 1fr; }
.cell { height: 170px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.light { background: var(--gray-0); color: #1B1E26; }
.dark { background: #11131A; color: #ECEEF4; }
</style>
</head>
<body>
<div class="cell light">
<svg viewBox="0 0 48 48" width="50" height="50" fill="none" stroke="currentColor" stroke-width="3.5" stroke-linecap="round"><circle cx="24" cy="24" r="18"></circle><path d="M17 20.5v7"></path><path d="M24 16.5v15"></path><path d="M31 20.5v7"></path></svg>
<svg viewBox="0 0 152 52" width="140" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"><circle cx="18" cy="32" r="14"></circle><path d="M32 6v40"></path><path d="M42 18v14a14 14 0 0 0 28 0V18"></path><circle cx="94" cy="32" r="14"></circle><path d="M108 6v40"></path><path d="M118 18v14a14 14 0 0 0 28 0V18"></path></svg>
</div>
<div class="cell dark">
<svg viewBox="0 0 48 48" width="50" height="50" fill="none" stroke="currentColor" stroke-width="3.5" stroke-linecap="round"><circle cx="24" cy="24" r="18"></circle><path d="M17 20.5v7"></path><path d="M24 16.5v15"></path><path d="M31 20.5v7"></path></svg>
<svg viewBox="0 0 152 52" width="140" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"><circle cx="18" cy="32" r="14"></circle><path d="M32 6v40"></path><path d="M42 18v14a14 14 0 0 0 28 0V18"></path><circle cx="94" cy="32" r="14"></circle><path d="M108 6v40"></path><path d="M118 18v14a14 14 0 0 0 28 0V18"></path></svg>
</div>
</body>
</html>