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

55 lines
3.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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" class="active">使用方法</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">下载</a></li>
</ul>
</nav>
</div>
</header>
<main class="shell">
<div class="card">
<p class="sec-title">HOW TO</p>
<h2>怎么开始用?</h2>
<p>五步搞定;后续日常启动以菜单「启动」为主,一般数十秒级(视本机是否已构建镜像而定)。</p>
<div class="steps" style="margin-top:20px;">
<div class="step"><span class="step-num">1</span><div><strong>下载并解压到 U 盘</strong><br />获取发行包后,将 <code>SimpleAi</code> 文件夹置于 U 盘;根目录可放置 <code>SimpleAi配置向导.html</code> 便于图形化预填。</div></div>
<div class="step"><span class="step-num">2</span><div><strong>双击启动</strong><br />Windows<code>SimpleAi\SimpleAi.bat</code> 或插盘菜单 <code>SimpleAi\Windows插盘启动.bat</code>macOS<code>SimpleAi.command</code></div></div>
<div class="step"><span class="step-num">3</span><div><strong>自动准备 Docker 环境</strong><br />首次可能下载镜像与依赖,请保持网络畅通;失败时见 FAQ 与官网排查。</div></div>
<div class="step"><span class="step-num">4</span><div><strong>填写 API Key 与密码</strong><br />按脚本向导选择提供商、粘贴 Key、设置加密密码。</div></div>
<div class="step"><span class="step-num">5</span><div><strong>浏览器打开对话</strong><br />启动成功后按菜单提示的本地地址打开(含 token 的 URL</div></div>
</div>
<div class="callout" style="margin-top:22px;">
<strong>Windows 插盘提示:</strong>若系统自动播放被禁用,请手动进入 U 盘运行 <code>SimpleAi\Windows插盘启动.bat</code>,可选「网页向导在前」或「控制台菜单」。
</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>