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

80 lines
3.8 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">使用方法</a></li>
<li><a href="hardware.html">硬件要求</a></li>
<li><a href="api-tutorial.html">API 教程</a></li>
<li><a href="faq.html" class="active">常见问题</a></li>
<li><a href="download.html">下载</a></li>
</ul>
</nav>
</div>
</header>
<main class="shell">
<div class="card">
<p class="sec-title">FAQ</p>
<h2>常见问题</h2>
<details class="faq-item" open>
<summary>SimpleAi 龙虾本身是免费的吗?</summary>
<p>发行包与脚本开源底座遵循上游协议;<strong>云端模型 API</strong>是否收费由所选服务商决定。官网会说明当前推荐的免费/试用档与网关策略。</p>
</details>
<details class="faq-item">
<summary>需要会编程吗?</summary>
<p>不需要。按菜单与向导操作即可;进阶排错可参考 <a href="https://simpleai.quwanzhi.com" target="_blank" rel="noopener noreferrer">simpleai.quwanzhi.com</a> 的 FAQ 与日志说明。</p>
</details>
<details class="faq-item">
<summary>支持哪些系统?</summary>
<p>主要支持 Windows 10 64 位及以上与 macOS 13+;同一 U 盘建议 exFAT 以便跨机使用。</p>
</details>
<details class="faq-item">
<summary>数据安全吗U 盘丢了怎么办?</summary>
<p>敏感配置应加密存储容器提供隔离。U 盘丢失仍有暴力破解风险,请使用强密码并定期备份。</p>
</details>
<details class="faq-item">
<summary>可以换模型吗?</summary>
<p>可以。在兼容 OpenAI API 的前提下通过菜单切换提供商、Base URL 与模型名。</p>
</details>
<details class="faq-item">
<summary>Docker 安装失败怎么办?</summary>
<p>多为网络或权限问题。可切换网络、配置镜像加速或按官网「排查指南」操作;仍失败请通过官网工单反馈日志要点(勿贴密钥)。</p>
</details>
</div>
<div class="card">
<p class="sec-title">DISCLAIMER</p>
<h2>免责声明</h2>
<ul class="clean">
<li>SimpleAi 龙虾基于 OpenClawMIT等开源组件封装<strong>不包含</strong>第三方模型权重,仅提供调用接口的运行环境。</li>
<li>模型输出由对应服务商提供,用户需自行判断合规与准确性。</li>
<li>请妥善保管 API Key 与主密码;因泄露产生的损失由用户自行承担。</li>
<li>禁止用于违法或侵权用途;商业使用请遵守许可与服务商条款。</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>