Spaces:
Running
Running
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>服务条款 - 人工智能大航海</title> | |
| <style> | |
| :root { | |
| --primary-color: #3b82f6; | |
| --secondary-color: #1e293b; | |
| --bg-color: #f8fafc; | |
| --card-bg: #ffffff; | |
| --text-color: #334155; | |
| --text-light: #64748b; | |
| --border-color: #e2e8f0; | |
| } | |
| * { | |
| box-sizing: border-box; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; | |
| background-color: var(--bg-color); | |
| color: var(--text-color); | |
| line-height: 1.7; | |
| } | |
| header { | |
| background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); | |
| color: white; | |
| padding: 3rem 1rem; | |
| text-align: center; | |
| position: relative; | |
| box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); | |
| } | |
| .lang-switch { | |
| position: absolute; | |
| top: 1rem; | |
| right: 1rem; | |
| background: rgba(255, 255, 255, 0.15); | |
| border: 1px solid rgba(255, 255, 255, 0.3); | |
| color: white; | |
| padding: 0.4rem 0.8rem; | |
| border-radius: 20px; | |
| cursor: pointer; | |
| font-size: 0.85rem; | |
| transition: all 0.3s; | |
| } | |
| .lang-switch:hover { | |
| background: rgba(255, 255, 255, 0.3); | |
| } | |
| .container { | |
| max-width: 800px; | |
| margin: 2rem auto; | |
| padding: 0 1rem; | |
| } | |
| .app-title-sub { | |
| color: #93c5fd; | |
| font-size: 1.1rem; | |
| margin-top: 0.6rem; | |
| font-weight: 300; | |
| } | |
| .section-card { | |
| background: var(--card-bg); | |
| border-radius: 12px; | |
| padding: 2rem; | |
| margin-bottom: 1.5rem; | |
| box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); | |
| border: 1px solid var(--border-color); | |
| } | |
| h2 { | |
| color: var(--secondary-color); | |
| font-size: 1.3rem; | |
| margin-bottom: 1rem; | |
| display: flex; | |
| align-items: center; | |
| gap: 0.5rem; | |
| } | |
| h3 { | |
| color: var(--secondary-color); | |
| font-size: 1.1rem; | |
| margin: 1.5rem 0 0.8rem 0; | |
| } | |
| ul { | |
| list-style-type: disc; | |
| padding-left: 1.5rem; | |
| margin-bottom: 1rem; | |
| color: var(--text-color); | |
| } | |
| li { | |
| margin-bottom: 0.5rem; | |
| } | |
| .feature-box { | |
| background-color: #f1f5f9; | |
| border-radius: 8px; | |
| padding: 1.5rem; | |
| margin-top: 1rem; | |
| } | |
| .date-text { | |
| color: var(--text-light); | |
| font-size: 0.9rem; | |
| text-align: center; | |
| margin-top: 2rem; | |
| margin-bottom: 3rem; | |
| } | |
| /* 语言切换控制 */ | |
| .lang-en, .lang-zh { display: none; } | |
| html[lang="zh-CN"] .lang-zh { display: block; } | |
| html[lang="zh-CN"] .lang-zh-inline { display: inline; } | |
| html[lang="zh-CN"] .lang-en-inline { display: none; } | |
| html[lang="en"] .lang-en { display: block; } | |
| html[lang="en"] .lang-en-inline { display: inline; } | |
| html[lang="en"] .lang-zh-inline { display: none; } | |
| </style> | |
| </head> | |
| <body> | |
| <header> | |
| <button class="lang-switch" onclick="toggleLanguage()"> | |
| <span class="lang-zh-inline">English</span> | |
| <span class="lang-en-inline">中文</span> | |
| </button> | |
| <div class="lang-zh"> | |
| <h1>服务条款</h1> | |
| <p class="app-title-sub">人工智能大航海 (AI Odyssey)</p> | |
| </div> | |
| <div class="lang-en"> | |
| <h1>Terms of Service</h1> | |
| <p class="app-title-sub">AI Odyssey</p> | |
| </div> | |
| </header> | |
| <div class="container"> | |
| <!-- 1 & 2. 接受条款与许可 --> | |
| <div class="section-card"> | |
| <div class="lang-zh"> | |
| <h2>1. 接受条款</h2> | |
| <p>下载、安装或使用《人工智能大航海》App(以下简称“本应用”)即表示您同意受本服务条款的约束。</p> | |
| <h2>2. 应用许可</h2> | |
| <p>我们授予您有限的、非排他性的、不可转让的许可,允许您在您拥有或控制的 iOS 设备上使用本应用,仅用于个人非商业用途。</p> | |
| </div> | |
| <div class="lang-en"> | |
| <h2>1. Acceptance of Terms</h2> | |
| <p>By downloading, installing, or using the <em>AI Odyssey</em> App (hereinafter referred to as "the App"), you agree to be bound by these Terms of Service.</p> | |
| <h2>2. Application License</h2> | |
| <p>We grant you a limited, non-exclusive, non-transferable license to use the App on iOS devices that you own or control, solely for personal, non-commercial purposes.</p> | |
| </div> | |
| </div> | |
| <!-- 3 & 4. 账户与功能 --> | |
| <div class="section-card"> | |
| <div class="lang-zh"> | |
| <h2>3. 用户账户</h2> | |
| <ul> | |
| <li>您不需要创建账户即可使用本应用。</li> | |
| <li>探索进度、个人笔记、闯关记录及应用设置均存储在您的设备本地。</li> | |
| <li>您可以随时删除应用以清除所有相关数据。</li> | |
| </ul> | |
| <h2>4. 应用功能</h2> | |
| <div class="feature-box"> | |
| <h3>基础功能:</h3> | |
| <ul> | |
| <li>基础 AI 概念大白话解析与初级互动实验</li> | |
| <li>个人学习笔记归档与探索记录回顾</li> | |
| <li>基础趣味闯关与测试</li> | |
| <li>完全离线运行,无需联网,保护隐私</li> | |
| </ul> | |
| <h3>高级版功能(一次性买断解锁):</h3> | |
| <ul> | |
| <li>解锁全部进阶互动实验、深度算法解析与前沿科技板块</li> | |
| <li>高级参数调校沙盒与个性化探索报告</li> | |
| <li>本地数据加密与安全存储机制</li> | |
| <li>无广告纯净使用体验</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="lang-en"> | |
| <h2>3. User Accounts</h2> | |
| <ul> | |
| <li>Creating an account is not required to use the App.</li> | |
| <li>Exploration progress, personal notes, challenge records, and settings are stored locally on your device.</li> | |
| <li>You can delete the App at any time to clear all associated data.</li> | |
| </ul> | |
| <h2>4. Application Features</h2> | |
| <div class="feature-box"> | |
| <h3>Standard Features:</h3> | |
| <ul> | |
| <li>Basic AI concept plain-language explanations and entry-level interactive experiments.</li> | |
| <li>Personal notes archiving and exploration log review.</li> | |
| <li>Basic fun challenges and quizzes.</li> | |
| <li>Fully offline operation; no internet connection required, ensuring privacy.</li> | |
| </ul> | |
| <h3>Premium Features (Unlocked via One-Time Purchase):</h3> | |
| <ul> | |
| <li>Full access to advanced interactive experiments, in-depth algorithm analyses, and frontier tech modules.</li> | |
| <li>Advanced parameter-tuning sandbox and personalized exploration reports.</li> | |
| <li>Local data encryption and secure storage.</li> | |
| <li>Ad-free, clean usage experience.</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- 5 & 6. 购买、支付与知识产权 --> | |
| <div class="section-card"> | |
| <div class="lang-zh"> | |
| <h2>5. 购买与付款</h2> | |
| <h3>5.1 购买模式</h3> | |
| <p>本应用采用一次性买断制,无订阅周期、无自动续费、无隐藏收费。完成购买后,您将在当前设备永久解锁高级版全部功能。</p> | |
| <h3>5.2 交易处理</h3> | |
| <p>所有内购均通过 Apple App Store 安全通道完成。我们仅集成必要的支付验证工具(如 RevenueCat SDK)以核对 Apple 提供的匿名购买收据,不收集、不存储任何您的身份或支付信息。</p> | |
| <h2>6. 知识产权</h2> | |
| <p>本应用及其内容(包括但不限于科普内容、互动模块、UI 界面设计、文字解析、图标与排版)的知识产权归我们所有。未经我们书面许可,您不得复制、修改、分发或创建衍生作品。</p> | |
| </div> | |
| <div class="lang-en"> | |
| <h2>5. Purchases & Payments</h2> | |
| <h3>5.1 Purchase Model</h3> | |
| <p>The App operates on a one-time purchase model with no subscription cycles, no auto-renewal, and no hidden fees. Upon completion of purchase, you will permanently unlock all Premium features on the current device.</p> | |
| <h3>5.2 Transaction Processing</h3> | |
| <p>All in-app purchases are processed securely through the Apple App Store. We only integrate necessary payment verification tools (e.g., RevenueCat SDK) to validate anonymous purchase receipts provided by Apple. We do not collect or store any of your personal identity or payment information.</p> | |
| <h2>6. Intellectual Property</h2> | |
| <p>All intellectual property rights in and to the App and its content (including but not limited to educational content, interactive modules, UI design, textual explanations, icons, and layout) are owned by us. You may not copy, modify, distribute, or create derivative works without our prior written consent.</p> | |
| </div> | |
| </div> | |
| <!-- 7, 8, 9, 10. 免责及其他条款 --> | |
| <div class="section-card"> | |
| <div class="lang-zh"> | |
| <h2>7. 免责声明</h2> | |
| <ul> | |
| <li>本应用仅供大众进行人工智能知识科普与互动体验使用。</li> | |
| <li>应用内的原理解析基于当前主流技术理论简化整理,我们不保证所有内容绝对无误或完全适用于所有特定的专业工程开发场景。</li> | |
| <li>本应用旨在消除技术焦虑、普及知识,不构成任何专业证书颁发、资格担保或升学/就业承诺。</li> | |
| <li>应用按“现状”提供,不提供任何明示或暗示的保证。</li> | |
| </ul> | |
| <h2>8. 责任限制</h2> | |
| <p>在法律允许的最大范围内,我们对因使用本应用而产生的任何间接、偶然、特殊或后果性损害(包括但不限于学习理解偏差、时间损失或数据误操作)不承担责任。</p> | |
| <h2>9. 第三方链接</h2> | |
| <p>本应用可能包含指向第三方网站或服务(如开源模型库、前沿资讯网站等)的链接。我们不对这些第三方网站或服务的内容、隐私政策或行为负责。</p> | |
| <h2>10. 隐私</h2> | |
| <p>您的隐私对我们很重要。本应用为离线优先设计,不收集、不上传任何个人身份数据。请参阅我们的隐私政策了解详情。</p> | |
| </div> | |
| <div class="lang-en"> | |
| <h2>7. Disclaimer</h2> | |
| <ul> | |
| <li>The App is provided solely for general AI popularization and interactive educational experiences.</li> | |
| <li>The principles explained within the App are simplified based on current mainstream technical theories. We do not guarantee that all content is absolutely flawless or universally applicable to specific professional engineering scenarios.</li> | |
| <li>The App aims to eliminate tech anxiety and popularize knowledge; it does not constitute any professional certification, qualification guarantee, or academic/employment commitment.</li> | |
| <li>The App is provided "as is" without any express or implied warranties.</li> | |
| </ul> | |
| <h2>8. Limitation of Liability</h2> | |
| <p>To the fullest extent permitted by law, we shall not be liable for any indirect, incidental, special, or consequential damages arising from your use of the App (including but not limited to misunderstanding of concepts, loss of time, or data misoperation).</p> | |
| <h2>9. Third-Party Links</h2> | |
| <p>The App may contain links to third-party websites or services (such as open-source model repositories or tech news sites). We are not responsible for the content, privacy policies, or practices of these third-party websites or services.</p> | |
| <h2>10. Privacy</h2> | |
| <p>Your privacy is important to us. The App is designed with an offline-first approach and does not collect or upload any PII. Please refer to our Privacy Policy for details.</p> | |
| </div> | |
| </div> | |
| <!-- 11 & 12. 变更与终止 --> | |
| <div class="section-card"> | |
| <div class="lang-zh"> | |
| <h2>11. 条款变更</h2> | |
| <p>我们保留随时修改本服务条款的权利。重大变更时,我们会通过应用内通知告知您。继续使用本应用即表示您接受修改后的条款。</p> | |
| <h2>12. 终止</h2> | |
| <p>我们保留在以下情况下终止您使用本应用的权利:您违反本服务条款;我们收到 Apple 或监管机构的要求;法律要求。</p> | |
| </div> | |
| <div class="lang-en"> | |
| <h2>11. Changes to Terms</h2> | |
| <p>We reserve the right to modify these Terms of Service at any time. In the event of material changes, we will notify you via in-app announcements. Your continued use of the App constitutes acceptance of the revised Terms.</p> | |
| <h2>12. Termination</h2> | |
| <p>We reserve the right to terminate your access to the App under the following circumstances: You violate these Terms of Service; We receive requests from Apple or regulatory authorities; Legal requirements dictate.</p> | |
| </div> | |
| </div> | |
| <div class="date-text"> | |
| <p class="lang-zh"> | |
| <strong>感谢您探索《人工智能大航海》!</strong><br> | |
| 最后更新日期:2026年5月12日 | |
| </p> | |
| <p class="lang-en"> | |
| <strong>Thank you for exploring AI Odyssey!</strong><br> | |
| Last Updated: May 12, 2026 | |
| </p> | |
| </div> | |
| </div> | |
| <script> | |
| function toggleLanguage() { | |
| const html = document.documentElement; | |
| if (html.getAttribute('lang') === 'zh-CN') { | |
| html.setAttribute('lang', 'en'); | |
| } else { | |
| html.setAttribute('lang', 'zh-CN'); | |
| } | |
| } | |
| </script> | |
| </body> | |
| </html> |