59 lines
2.5 KiB
HTML
59 lines
2.5 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" class="active">硬件要求</a></li>
|
||
<li><a href="api-tutorial.html">API 教程</a></li>
|
||
<li><a href="faq.html">常见问题</a></li>
|
||
<li><a href="download.html">下载</a></li>
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
</header>
|
||
|
||
<main class="shell">
|
||
<div class="card">
|
||
<p class="sec-title">REQUIREMENTS</p>
|
||
<h2>硬件要求</h2>
|
||
<h3>U 盘</h3>
|
||
<ul class="clean">
|
||
<li>容量:最低 <strong>8GB</strong>,推荐 16GB 及以上</li>
|
||
<li>接口:USB 3.0 及以上更佳(2.0 可用但更慢)</li>
|
||
<li>文件系统:推荐 <strong>exFAT</strong>(Windows / macOS 通用)</li>
|
||
<li>发行包体积较小;Docker 镜像与缓存可能占用数 GB</li>
|
||
</ul>
|
||
<h3>电脑</h3>
|
||
<ul class="clean">
|
||
<li>系统:<strong>Windows 10 64 位</strong>及以上 / <strong>macOS 13+</strong></li>
|
||
<li>CPU:支持虚拟化(VT-x / AMD-V)</li>
|
||
<li>内存:最低 4GB,推荐 8GB 及以上</li>
|
||
<li>磁盘:为 Docker 与镜像预留约 <strong>5GB</strong> 可用空间(建议更多)</li>
|
||
<li>网络:调用云端 API 时需持续联网(本地模型方案除外)</li>
|
||
</ul>
|
||
</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>
|