Files
longxia-u-disk/site/download.html
2026-04-15 16:06:34 +08:00

52 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>下载 — SimpleAi 龙虾</title>
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<header class="site-header">
<div class="inner">
<a class="brand" href="index.html"><span class="brand-mark">🦞</span><span>SimpleAi <small style="font-weight:500;color:var(--muted)">龙虾</small></span></a>
<nav>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="features.html">特色</a></li>
<li><a href="guide.html">使用方法</a></li>
<li><a href="hardware.html">硬件要求</a></li>
<li><a href="api-tutorial.html">API 教程</a></li>
<li><a href="faq.html">常见问题</a></li>
<li><a href="download.html" class="active">下载</a></li>
</ul>
</nav>
</div>
</header>
<main class="shell">
<div class="card">
<p class="sec-title">DOWNLOAD</p>
<h2>下载与更新</h2>
<p>正式发行包、版本号、<code>version.json</code> 与更新日志以官网为准(避免外链失效)。</p>
<div class="cta-row" style="margin-top:20px;">
<a class="btn btn-primary" href="https://simpleai.quwanzhi.com" target="_blank" rel="noopener noreferrer">前往 simpleai.quwanzhi.com 下载</a>
<a class="btn btn-ghost" href="https://simpleai.quwanzhi.com/downloads/version.json" target="_blank" rel="noopener noreferrer">查看 version.json</a>
</div>
<div class="callout" style="margin-top:22px;">
<strong>说明:</strong>首次解压拷贝到 U 盘后,首次启动可能需拉取 Docker 镜像(体积较大);程序内「检查更新」亦指向上述域名(以实际发布为准)。
</div>
</div>
</main>
<footer class="site-footer">
<div class="inner">
<p><strong>文档与下载:</strong><a href="https://simpleai.quwanzhi.com" target="_blank" rel="noopener noreferrer">https://simpleai.quwanzhi.com</a></p>
<p><strong>技术方案与私域交付:</strong><strong>存客宝</strong> 提供产品化与实施支持(玩值体系)。</p>
<p><strong>联系:</strong>请通过官网入口留言或工单。</p>
<p style="margin-top:16px;color:#9a9a9a;font-size:0.82rem;">卡若 · SimpleAi 龙虾 U 盘介绍站</p>
</div>
</footer>
</body>
</html>