| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Terms of Service - 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: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } | |
| h1 { font-size: 24px; text-align: center; } | |
| h2 { color: #0071e3; font-size: 20px; margin-top: 25px; } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="card"> | |
| <h1>服务条款 / Terms of Service</h1> | |
| <h2>1. 服务说明</h2> | |
| <p>本应用为您提供本地运行的 AIGC 检测工具许可。检测结果基于算法概率,仅供参考。[cite: 1]</p> | |
| <h2>2. 购买模式</h2> | |
| <p>应用采用“一次性买断制”。无订阅,无隐藏扣费。所有交易由 Apple App Store 结算。[cite: 1]</p> | |
| <h2>3. 知识产权</h2> | |
| <p>本应用的检测算法、UI 设计及相关代码版权归开发者所有。用户对检测的原始文本及检测报告拥有所有权。[cite: 1]</p> | |
| <h2>4. 免责声明</h2> | |
| <p>由于生成式人工智能技术演进迅速,本应用无法保证检测结果的 100% 绝对准确性。检测分值不应作为唯一的判别依据。[cite: 1]</p> | |
| </div> | |
| </body> | |
| </html> |