67 lines
2.9 KiB
HTML
67 lines
2.9 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" class="active">特色</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">下载</a></li>
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
</header>
|
||
|
||
<main class="shell">
|
||
<div class="card">
|
||
<p class="sec-title">FEATURES</p>
|
||
<h2>四大特色</h2>
|
||
<p>与「装在 U 盘里跑 AI」这一形态对齐:少折腾、可带走、可加密、可换模型。</p>
|
||
<div class="grid-2" style="margin-top:22px;">
|
||
<div class="feature-tile">
|
||
<div class="icon">🚀</div>
|
||
<strong>零技术门槛</strong>
|
||
<span>双击 <code>SimpleAi.bat</code> / <code>SimpleAi.command</code>,全中文菜单与向导。Docker、WSL2 等按脚本策略自动安装,无需手写命令行。</span>
|
||
</div>
|
||
<div class="feature-tile">
|
||
<div class="icon">🌐</div>
|
||
<strong>模型与网关灵活</strong>
|
||
<span>默认推荐 <strong>龙虾U盘模型</strong> 网关(<code>https://simpleai.quwanzhi.com/v1</code>,OpenAI 兼容);亦可选用智谱、DeepSeek 等兼容端点。</span>
|
||
</div>
|
||
<div class="feature-tile">
|
||
<div class="icon">💾</div>
|
||
<strong>极其便携</strong>
|
||
<span>配置、加密文件与工作区在 U 盘目录内;换电脑插上继续用(建议 U 盘 exFAT)。</span>
|
||
</div>
|
||
<div class="feature-tile">
|
||
<div class="icon">🛡️</div>
|
||
<strong>安全加密</strong>
|
||
<span>敏感配置加密存储 + 容器隔离;请妥善保管主密码与 API Key。</span>
|
||
</div>
|
||
</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>
|