iosAIGC / index.html
YueHuLab's picture
Update index.html
b0a6fb6 verified
Raw
History Blame Contribute Delete
2.36 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AIGC Detector - Support & Home</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 { color: #1d1d1f; border-bottom: 2px solid #3498db; padding-bottom: 10px; }
h2 { color: #2980b9; margin-top: 30px; border-left: 4px solid #2980b9; padding-left: 15px; }
.faq-item { background: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 10px; }
a { color: #0071e3; text-decoration: none; }
</style>
</head>
<body>
<div class="card">
<h1>AIGC Detector</h1>
<p><strong>Privacy-First Local AIGC Content Detection / 本地运行的 AIGC 内容检测工具</strong></p>
<hr>
<h2>产品简介 / Overview</h2>
<p>本应用是一款专为内容创作者和审核者设计的 AIGC 检测工具。通过集成先进的本地 AI 模型,我们为您提供高效、精准的文本与内容检测服务,全程无需上传数据。</p>
<h2>常见问题 / FAQ</h2>
<div class="faq-item">
<p><strong>🔹 为什么选择本地检测?</strong><br>
您的数据无需上传到云端服务器,从物理上隔绝了内容泄露的风险,检测速度更快且支持离线使用。</p>
</div>
<div class="faq-item">
<p><strong>🔹 检测结果准确吗?</strong><br>
我们使用经过深度优化的本地深度学习模型,针对主流 AI 生成内容进行特征分析,提供极具参考价值的概率分值。[cite: 1]</p>
</div>
<h2>联系我们 / Contact Support</h2>
<p>如果您有任何建议或遇到技术问题,请联系开发者:<br>
📧 <strong>Email:</strong> 710354687@qq.com[cite: 1]</p>
<hr>
<p style="text-align: center;">
<a href="PrivacyPolicy.html">Privacy Policy</a> | <a href="TermsOfService.html">Terms of Service</a>
</p>
</div>
</body>
</html>