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; | |
| --success-color: #10b981; | |
| --danger-color: #ef4444; | |
| } | |
| * { | |
| 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); | |
| } | |
| .highlight-box { | |
| background-color: #eff6ff; | |
| border-left: 4px solid var(--primary-color); | |
| padding: 1rem 1.5rem; | |
| border-radius: 0 8px 8px 0; | |
| margin-bottom: 2rem; | |
| } | |
| 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: none; | |
| margin-bottom: 1rem; | |
| } | |
| li { | |
| margin-bottom: 0.5rem; | |
| display: flex; | |
| align-items: flex-start; | |
| gap: 0.5rem; | |
| } | |
| .emoji-icon { | |
| flex-shrink: 0; | |
| margin-top: 0.1rem; | |
| } | |
| .date-text { | |
| color: var(--text-light); | |
| font-size: 0.9rem; | |
| text-align: center; | |
| margin-top: 2rem; | |
| } | |
| a { | |
| color: var(--primary-color); | |
| text-decoration: none; | |
| } | |
| a:hover { | |
| text-decoration: underline; | |
| } | |
| /* 语言切换控制 */ | |
| .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>Privacy Policy</h1> | |
| <p class="app-title-sub">AI Odyssey</p> | |
| </div> | |
| </header> | |
| <div class="container"> | |
| <!-- 核心承诺 / Core Commitment --> | |
| <div class="highlight-box"> | |
| <div class="lang-zh"> | |
| <strong>核心承诺:</strong> 我们极度尊重您的隐私。本应用不收集、存储或分享您的任何能识别个人身份的数据。您的探索进度、个人笔记、闯关记录等核心数据仅存储在您的设备本地。 | |
| <br><br> | |
| <small style="color: var(--text-light);"><strong>适用于:</strong> 《人工智能大航海》App 及其相关买断版应用(包括手机桌面显示的“全民学AI”等)</small> | |
| </div> | |
| <div class="lang-en"> | |
| <strong>Core Commitment:</strong> We highly respect your privacy. This app does not collect, store, or share any data that can personally identify you. Your core data, such as exploration progress, personal notes, and challenge records, are stored exclusively on your device locally. | |
| <br><br> | |
| <small style="color: var(--text-light);"><strong>Applies to:</strong> <em>AI Odyssey</em> App and its related one-time purchase apps (including “AI for Everyone” visible on your home screen).</small> | |
| </div> | |
| </div> | |
| <!-- 1. 数据收集 / Data Collection --> | |
| <div class="section-card"> | |
| <h2 class="lang-zh">1. 我们收集什么数据</h2> | |
| <h2 class="lang-en">1. What Data We Collect</h2> | |
| <p class="lang-zh"><strong>简短回答:我们不收集您的个人身份信息。</strong><br>本应用的核心互动与科普功能完全离线运行,不需要互联网连接即可使用。因此:</p> | |
| <p class="lang-en"><strong>Short Answer: We do not collect your personally identifiable information (PII).</strong><br>The app’s core interactive and educational functionality runs entirely offline and requires no internet connection to use. Therefore:</p> | |
| <ul class="lang-zh"> | |
| <li><span class="emoji-icon">❌</span> 我们不收集您的姓名、邮箱、电话号码</li> | |
| <li><span class="emoji-icon">❌</span> 我们不收集您的精确地理位置信息</li> | |
| <li><span class="emoji-icon">❌</span> 我们不收集您的设备识别码用于广告追踪</li> | |
| <li><span class="emoji-icon">❌</span> 我们绝不使用任何第三方广告 SDK</li> | |
| </ul> | |
| <ul class="lang-en"> | |
| <li><span class="emoji-icon">❌</span> We do not collect your name, email address, or phone number.</li> | |
| <li><span class="emoji-icon">❌</span> We do not collect your precise location data.</li> | |
| <li><span class="emoji-icon">❌</span> We do not collect device identifiers for ad tracking.</li> | |
| <li><span class="emoji-icon">❌</span> We never use any third-party advertising SDKs.</li> | |
| </ul> | |
| </div> | |
| <!-- 2 & 3. 数据存储与服务器 / Storage & Servers --> | |
| <div class="section-card"> | |
| <h2 class="lang-zh">2. 数据如何存储与传输</h2> | |
| <h2 class="lang-en">2. Data Storage & Transmission</h2> | |
| <p class="lang-zh">您在应用中产生的所有数据(如互动实验记录、书签、个人笔记、闯关进度)都仅保存在您的设备本地。我们的核心业务没有自己的服务器,所有逻辑均在您的设备上本地运行:</p> | |
| <p class="lang-en">All data generated within the app (e.g., interactive experiment logs, bookmarks, personal notes, challenge progress) is stored locally on your device. Our core service has no servers; all logic runs locally on your device:</p> | |
| <ul class="lang-zh"> | |
| <li><span class="emoji-icon">📱</span> <strong>原生安全:</strong> 使用 Apple 原生的安全沙盒机制存储在您的设备中</li> | |
| <li><span class="emoji-icon">🔐</span> <strong>绝对私密:</strong> 其他任何应用程序或网络服务都无法访问这些数据</li> | |
| <li><span class="emoji-icon">✅</span> <strong>无云端上传:</strong> 无需注册任何账号,无需强制登录,学习数据绝不上传</li> | |
| <li><span class="emoji-icon">🗑️</span> <strong>彻底清除:</strong> 当您卸载本 App 时,所有相关记录会被系统自动且永久删除</li> | |
| </ul> | |
| <ul class="lang-en"> | |
| <li><span class="emoji-icon">📱</span> <strong>Native Security:</strong> Stored within your device using Apple’s native sandboxing mechanism.</li> | |
| <li><span class="emoji-icon">🔐</span> <strong>Private:</strong> Inaccessible to any other apps or network services.</li> | |
| <li><span class="emoji-icon">✅</span> <strong>No Cloud Uploads:</strong> No account registration or forced login required. Data is never uploaded.</li> | |
| <li><span class="emoji-icon">🗑️</span> <strong>Complete Deletion:</strong> When you uninstall the app, all related records are permanently deleted.</li> | |
| </ul> | |
| <p class="lang-zh" style="color: var(--text-light); font-size: 0.9rem; margin-top: 1rem;">*注:如果您开启了设备的 iCloud 云备份功能,您的本地应用数据可能会被 Apple 备份到您的 iCloud 账户中,这受 Apple 官方隐私政策的保护。</p> | |
| <p class="lang-en" style="color: var(--text-light); font-size: 0.9rem; margin-top: 1rem;">*Note: If you enable iCloud backup on your device, your local app data may be backed up to your iCloud account. This is governed by Apple’s official Privacy Policy.</p> | |
| </div> | |
| <!-- 4. 第三方服务 / Third-Party Services --> | |
| <div class="section-card"> | |
| <h2 class="lang-zh">3. 第三方服务(内购与订阅管理)</h2> | |
| <h2 class="lang-en">3. Third-Party Services (In-App Purchases)</h2> | |
| <p class="lang-zh">为了给您提供“无广告、一次买断”的纯净体验,我们需要处理应用内购买(IAP)。为此,我们集成了以下必要且安全的第三方服务:</p> | |
| <p class="lang-en">To provide you with a clean, “ad-free, one-time purchase” experience, we process In-App Purchases (IAP). To do this, we integrate the following secure third-party service:</p> | |
| <ul class="lang-zh"> | |
| <li><span class="emoji-icon">✅</span> <strong>RevenueCat:</strong> 我们使用 RevenueCat SDK 来验证和管理您的购买状态。RevenueCat 仅处理由 Apple 提供的匿名购买收据(Receipt Data),不收集、也不关联您的任何真实身份信息(如姓名或 Apple ID 账号)。</li> | |
| </ul> | |
| <ul class="lang-en"> | |
| <li><span class="emoji-icon">✅</span> <strong>RevenueCat:</strong> We use the RevenueCat SDK to verify and manage your premium status. RevenueCat only processes anonymous purchase receipts provided by Apple. It does not collect or associate your real identity information.</li> | |
| </ul> | |
| <p class="lang-zh" style="margin-top: 1rem;">除此之外,我们不集成任何第三方服务:<br>❌ 无广告网络(如穿山甲、广点通) | ❌ 无侵入式用户行为分析 SDK | ❌ 无社交媒体分享 SDK</p> | |
| <p class="lang-en" style="margin-top: 1rem;">Other than this, we do not integrate any third-party services:<br>❌ No ad networks | ❌ No intrusive analytics SDKs | ❌ No social media sharing SDKs</p> | |
| </div> | |
| <!-- 5 & 6. 权限与儿童隐私 / Permissions & Children --> | |
| <div class="section-card"> | |
| <h2 class="lang-zh">4. 设备权限与用户隐私</h2> | |
| <h2 class="lang-en">4. Device Permissions & Children's Privacy</h2> | |
| <h3 class="lang-zh">设备权限</h3> | |
| <h3 class="lang-en">Device Permissions</h3> | |
| <p class="lang-zh">我们坚守“极简工具”的底线,专注辅助科普,绝不越界。本应用不需要任何敏感权限(🚫 不请求相机、麦克风、相册、地理位置或本地网络权限)。</p> | |
| <p class="lang-en">We adhere to a “minimalist tool” principle. This app does not require any sensitive permissions (🚫 No camera, microphone, photo library, location, or local network access).</p> | |
| <h3 class="lang-zh">儿童隐私</h3> | |
| <h3 class="lang-en">Children’s Privacy</h3> | |
| <p class="lang-zh">本应用面向所有对人工智能感兴趣的大众用户。我们不会故意收集任何 13 岁以下儿童的个人数据。实际上,我们不收集任何用户的个人身份数据。</p> | |
| <p class="lang-en">This app is designed for general users interested in artificial intelligence. We do not intentionally collect personal data from children under 13. In fact, we do not collect PII from any users.</p> | |
| </div> | |
| <!-- 7, 8, 9. 合规与联系方式 / Compliance & Contact --> | |
| <div class="section-card"> | |
| <h2 class="lang-zh">5. 法规合规与联系方式</h2> | |
| <h2 class="lang-en">5. Compliance & Contact Info</h2> | |
| <p class="lang-zh"> | |
| <strong>GDPR & CCPA 合规:</strong><br> | |
| 无论您身在何处,我们为您提供同等高标准的隐私保护。我们未收集、处理或出售任何消费者的个人信息。卸载 App 即可行使您的数据删除权。 | |
| </p> | |
| <p class="lang-en"> | |
| <strong>GDPR & CCPA Compliance:</strong><br> | |
| We provide the same high standard of privacy protection regardless of your location. We do not collect, process, or sell any personal information. Uninstalling the app acts as your right to erasure. | |
| </p> | |
| <h3 class="lang-zh">联系开发者</h3> | |
| <h3 class="lang-en">Contact Developer</h3> | |
| <p class="lang-zh">如果您对本隐私政策或应用的内购状态有任何疑问、顾虑或需要协助,请联系:<br>📧 <strong>开发者邮箱:</strong> <a href="mailto:710354687@qq.com">710354687@qq.com</a></p> | |
| <p class="lang-en">If you have any questions, concerns, or need assistance regarding this privacy policy or IAP, please contact:<br>📧 <strong>Email:</strong> <a href="mailto:710354687@qq.com">710354687@qq.com</a></p> | |
| </div> | |
| <div class="date-text"> | |
| <p class="lang-zh">最后更新: 2026 年 5 月 12 日 | 版本: 1.0</p> | |
| <p class="lang-en">Last Updated: May 12, 2026 | Version: 1.0</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> |