Files
open-anylink-web/public/html/privacy-policy.html
2025-03-15 20:43:21 +08:00

111 lines
3.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="../favicon.png" />
<title>隐私政策 - OpenAnyLink</title>
<style>
body {
font-family: 'Microsoft YaHei', sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 20px auto;
padding: 0 20px;
}
h1 {
font-size: 24px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
h2 {
font-size: 20px;
color: #333;
margin-top: 25px;
}
.notice {
color: #d33;
background: #f8f8f8;
padding: 10px;
border-radius: 4px;
}
a {
color: #06c;
}
footer {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
font-size: 12px;
color: #666;
}
</style>
</head>
<body>
<h1>隐私政策</h1>
<p><strong>生效日期:</strong> 2025年3月4日</p>
<div class="notice">
<h2>特别声明</h2>
<p>
本平台为技术演示用途,<strong>不收集真实用户个人信息</strong>,所有演示数据均为虚拟测试数据。
</p>
</div>
<h2>一、我们收集的信息</h2>
<p>基于演示平台特性,我们仅处理以下<strong>非个人信息</strong></p>
<ul>
<li>
<strong>系统日志:</strong>访问时间、操作记录、设备基础信息(浏览器类型、操作系统版本)
</li>
<li><strong>安全数据:</strong>异常登录尝试、攻击行为特征等安全日志</li>
<li><strong>演示数据:</strong>所有聊天记录均为虚拟测试数据,不涉及真实用户交互</li>
</ul>
<h2>二、信息使用方式</h2>
<p>我们仅将收集的信息用于以下目的:</p>
<ul>
<li>保障演示系统安全运行</li>
<li>分析功能使用情况以改进技术方案</li>
<li>防范网络攻击和恶意操作</li>
</ul>
<h2>三、数据存储</h2>
<ul>
<li>
<strong>存储期限:</strong>
<ul>
<li>操作日志保留不超过60天</li>
<li>安全日志保留不超过180天</li>
<li>虚拟聊天记录不定期自动清空</li>
</ul>
</li>
<li><strong>存储地点:</strong>所有数据存储于中国大陆境内服务器</li>
</ul>
<h2>四、信息安全</h2>
<p>我们采取以下保护措施:</p>
<ul>
<li>部署SSL加密传输</li>
<li>实施网络防火墙保护</li>
<li>定期进行安全漏洞扫描</li>
</ul>
<h2>五、您的权利</h2>
<p>根据《个人信息保护法》,您享有以下权利(因本平台特性部分权利不适用):</p>
<ul>
<li>查询信息处理情况</li>
<li>对错误信息提出更正</li>
<li>申请删除非必要数据</li>
</ul>
<h2>六、未成年人保护</h2>
<p>
本平台<strong>不面向未成年人</strong>提供服务,若发现未成年人使用演示账号,请立即通过以下方式联系我们。
</p>
<h2>七、联系我们</h2>
<p>如有隐私相关问题,请通过邮件联系:<a href="312777916@qq.com">312777916@qq.com</a></p>
</body>
</html>