| <!DOCTYPE html> |
| <html lang="zh-CN"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>隐私政策 - AIGC Detector</title> |
| <style> |
| body { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; background-color: #f5f5f7; } |
| .card { background: white; padding: 40px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); } |
| h1 { color: #1d1d1f; font-size: 24px; text-align: center; margin-bottom: 30px; } |
| h2 { color: #0071e3; font-size: 18px; border-bottom: 1px solid #eee; padding-bottom: 8px; margin-top: 25px; } |
| p, li { font-size: 15px; color: #424245; } |
| ul { padding-left: 20px; } |
| .highlight-box { background-color: #fbfbfd; border: 1px solid #d2d2d7; border-radius: 12px; padding: 20px; margin: 20px 0; } |
| .footer { text-align: center; font-size: 13px; color: #86868b; margin-top: 40px; } |
| </style> |
| </head> |
| <body> |
| <div class="card"> |
| <h1>隐私政策 / Privacy Policy</h1> |
| |
| <div class="highlight-box"> |
| <strong>核心原则:</strong> 本应用设计之初即确立了“隐私至上”的原则。作为一款工具类应用,我们坚信您的文本内容具有极高的私密性,因此我们采用<strong>完全本地化</strong>的处理架构,确保您的任何敏感信息都不会离开您的设备[cite: 1]。 |
| </div> |
|
|
| <h2>1. 文本内容处理 (Content Processing)</h2> |
| <ul> |
| <li><strong>零上传承诺:</strong> 您输入或导入的所有待检测文本均在设备本地内存中进行实时分析。分析完成后,文本内容将从内存中释放[cite: 1]。</li> |
| <li><strong>本地计算:</strong> 应用内置深度学习检测模型,所有计算工作(推理)均利用您设备的 CPU/GPU/NPU 完成,无需访问云端 API[cite: 1]。</li> |
| <li><strong>禁止训练:</strong> 我们不会将您的输入文本用于改进我们的模型或进行任何形式的二次训练[cite: 1]。</li> |
| </ul> |
|
|
| <h2>2. 个人信息收集说明 (Information Collection)</h2> |
| <ul> |
| <li><strong>无账户体系:</strong> 本应用无需注册、登录或创建账户。我们不收集您的姓名、电子邮箱或社交媒体账号[cite: 1]。</li> |
| <li><strong>无身份识别:</strong> 我们不收集设备唯一标识符(如 UDID)、广告标识符(IDFA)或任何可用于追踪您个人身份的信息[cite: 1]。</li> |
| <li><strong>位置数据:</strong> 应用不申请且不收集您的任何地理位置信息[cite: 1]。</li> |
| </ul> |
|
|
| <h2>3. 存储与保留政策 (Data Retention)</h2> |
| <ul> |
| <li><strong>临时存储:</strong> 除非您主动点击“保存报告”,否则应用不会在本地磁盘持久化保存您的检测内容。</li> |
| <li><strong>彻底删除:</strong> 卸载本应用将导致所有存储在应用沙盒内的历史报告及本地偏好设置被系统永久删除[cite: 1]。</li> |
| </ul> |
|
|
| <h2>4. 第三方 SDK 政策 (Third-party Services)</h2> |
| <p>为了维持纯净的应用体验,我们对第三方库的使用极其克制:</p> |
| <ul> |
| <li><strong>RevenueCat:</strong> 仅用于处理 App Store 的内购收据验证。它仅接收由 Apple 提供的匿名加密标识,无法关联到您的真实身份[cite: 1]。</li> |
| <li><strong>不含统计分析:</strong> 我们未集成任何第三方用户行为分析工具或崩溃报告上报工具,最大程度减少数据交换风险[cite: 1]。</li> |
| </ul> |
|
|
| <h2>5. 设备权限申请 (Permissions)</h2> |
| <ul> |
| <li><strong>文件访问:</strong> 仅当您主动选择“从本地文件导入”文本时,应用才会调用系统的文件选取器,且仅限于读取您选中的特定文件。</li> |
| <li><strong>相册权限:</strong> 若您需要将检测报告导出为图片,应用将请求“写入相册”的权限[cite: 1]。</li> |
| </ul> |
|
|
| <h2>6. 儿童隐私 (Children's Privacy)</h2> |
| <p>虽然本应用面向内容创作者,但也符合各地区的儿童隐私保护法律(如 COPPA)。由于我们根本不收集任何个人数据,因此不存在泄露儿童隐私的风险[cite: 1]。</p> |
|
|
| <hr> |
|
|
| <div class="footer"> |
| 开发者联系方式:710354687@qq.com[cite: 1]<br> |
| 最后更新:2026 年 5 月 14 日[cite: 1]<br> |
| 版本:1.0 (AIGC Detector)[cite: 1] |
| </div> |
| </div> |
| </body> |
| </html> |