Files
u-claw/website/terms.html
dongsheng123132 d5f372f77a fix: add uninstall.ps1, restore privacy.html and terms.html
- uninstall.ps1: Windows one-click uninstall script (was 404)
- privacy.html & terms.html: restore from server (were missing on Vercel)
2026-04-13 18:25:31 +08:00

85 lines
4.2 KiB
HTML
Raw 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.0">
<title>用户服务协议 - 虾盘云</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#111827;background:#fff;line-height:1.8}
nav{background:#fff;border-bottom:1px solid #e5e7eb;height:60px;display:flex;align-items:center;padding:0 6%}
nav a{text-decoration:none;color:#4f46e5;font-weight:700;font-size:18px}
.doc{max-width:800px;margin:0 auto;padding:48px 6% 80px}
h1{font-size:28px;font-weight:800;margin-bottom:8px}
.update{font-size:13px;color:#6b7280;margin-bottom:36px}
h2{font-size:18px;font-weight:700;margin:32px 0 12px;color:#111827}
p{font-size:14px;color:#374151;margin-bottom:12px}
ul{padding-left:20px;margin-bottom:12px}
li{font-size:14px;color:#374151;margin-bottom:6px}
footer{background:#111827;color:rgba(255,255,255,.5);padding:28px 6%;text-align:center;font-size:12px}
footer a{color:rgba(255,255,255,.35);text-decoration:none}
</style>
</head>
<body>
<nav><a href="/">← 虾盘云</a></nav>
<div class="doc">
<h1>用户服务协议</h1>
<p class="update">最后更新日期2025年1月1日</p>
<p>欢迎使用虾盘云AI API服务以下简称"本服务")。本协议由您与火火的(深圳)科技有限公司(以下简称"我们")签订,请您在使用本服务前仔细阅读本协议。</p>
<h2>一、服务内容</h2>
<p>虾盘云为用户提供AI大模型API中转接入服务包括但不限于DeepSeek、通义千问等主流AI模型的API调用能力。用户通过充值获得相应Token额度按实际使用量扣减。</p>
<h2>二、账户与充值</h2>
<ul>
<li>用户通过联系客服完成充值获取专属API Key。</li>
<li>充值金额为人民币最低充值金额为10元。</li>
<li>充值余额永久有效,不设过期时间。</li>
<li>充值成功后,额度实时到账,可通过控制台查看余额。</li>
<li>充值完成后不支持退款,请根据实际需求选择充值金额。</li>
</ul>
<h2>三、使用规范</h2>
<p>用户在使用本服务时,须遵守以下规范:</p>
<ul>
<li>不得利用本服务从事违反中华人民共和国法律法规的活动。</li>
<li>不得通过本服务生成违法、违规、有害内容。</li>
<li>不得对本服务进行恶意攻击、破坏或滥用。</li>
<li>API Key为用户专属不得转让、出售或泄露给第三方。</li>
<li>不得将本服务用于批量爬虫、垃圾信息生成等用途。</li>
</ul>
<h2>四、服务可用性</h2>
<p>我们承诺尽力保障服务稳定性目标可用率为99.9%。因上游AI服务商维护、不可抗力等原因导致的服务中断我们不承担责任但会及时通知用户并协助处理。</p>
<h2>五、知识产权</h2>
<p>本服务的技术架构、界面设计、品牌标识等知识产权归火火的深圳科技有限公司所有。用户通过API生成的内容其知识产权归用户所有。</p>
<h2>六、隐私保护</h2>
<p>我们重视用户隐私,具体隐私保护措施请参阅<a href="/privacy.html" style="color:#4f46e5">《隐私政策》</a></p>
<h2>七、免责声明</h2>
<ul>
<li>本服务为API中转服务AI模型由第三方服务商提供AI生成内容的准确性、合法性由用户自行判断。</li>
<li>因用户违规使用导致的任何损失,由用户自行承担。</li>
<li>我们对服务中断、数据丢失等不可抗力因素不承担赔偿责任。</li>
</ul>
<h2>八、协议变更</h2>
<p>我们有权根据业务需要修改本协议,修改后将在本页面公布。您继续使用本服务即视为同意修改后的协议。</p>
<h2>九、联系方式</h2>
<p>如有任何疑问,请通过以下方式联系我们:</p>
<ul>
<li>电话17388733152</li>
<li>邮箱hefangsheng@gmail.com</li>
<li>公司:火火的(深圳)科技有限公司</li>
</ul>
</div>
<footer>
<p>© 2025 虾盘云 · 火火的(深圳)科技有限公司 · <a href="https://beian.miit.gov.cn/" target="_blank">粤ICP备XXXXXXXX号</a></p>
</footer>
</body>
</html>