Files
goauto/prototypes/index.html
T

12 lines
2.1 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>PDD Mobile Operations · 原型入口</title>
<style>
*{box-sizing:border-box}body{margin:0;background:#020617;color:#e2e8f0;font:15px/1.6 "Segoe UI","Microsoft YaHei",sans-serif}.wrap{max-width:1080px;margin:auto;padding:72px 24px}.eyebrow{color:#4ade80;font-weight:700;letter-spacing:.12em}.hero{max-width:720px}h1{font-size:clamp(38px,6vw,72px);line-height:1.05;margin:12px 0 22px;letter-spacing:-.04em}p{color:#94a3b8}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px}.card{display:block;padding:28px;border:1px solid #1e293b;border-radius:18px;background:#0f172a;color:inherit;text-decoration:none;transition:.2s}.card:hover,.card:focus-visible{border-color:#22c55e;transform:translateY(-3px);outline:none}.card b{display:block;font-size:21px;margin-bottom:8px}.tag{display:inline-flex;padding:4px 10px;border-radius:99px;background:#14532d;color:#bbf7d0;font-size:12px;font-weight:700}.note{margin-top:30px;padding:18px 20px;border-left:3px solid #22c55e;background:#07130d}.note strong{color:#f8fafc}@media(max-width:700px){.wrap{padding-top:42px}.grid{grid-template-columns:1fr}}
</style>
</head>
<body><main class="wrap"><div class="hero"><div class="eyebrow">INTERACTIVE PROTOTYPE</div><h1>PDD 商品采集闭环</h1><p>添加 PDD 链接、创建规则、创建任务、Android 执行并在任务详情查看结果。</p></div><div class="grid"><a class="card" href="server-admin.html"><span class="tag">DESKTOP</span><b>服务端管理台</b><p>PDD 商品、规则、单商品任务,以及首次上报即登记的设备列表。</p></a><a class="card" href="android-agent.html"><span class="tag">ANDROID</span><b>Android Agent</b><p>首次启动自动注册、令牌认证、心跳保活、任务快照和结果提交。</p></a></div><div class="note"><strong>技术基线:</strong>go-admin v2.3.0、go-admin-ui v3.0.0、Kotlin / Android SDK 34。<br><strong>当前范围:</strong>不包含顺云宝、Shopee、采购、批量任务、规则发布流程或实时屏幕。</div></main></body>
</html>