Files
CloudflareWorkerNav/STATIC_FILES.html
2026-01-26 20:50:50 +08:00

107 lines
3.7 KiB
HTML
Raw Permalink 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">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>隐私政策</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
main {
padding: 20px;
background-color: #fff;
max-width: 1200px;
margin: 0 auto;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
font-size: 36px;
margin-bottom: 20px;
}
h2 {
font-size: 28px;
margin-top: 40px;
}
p {
font-size: 16px;
line-height: 1.6;
}
ul {
margin: 10px 0 20px;
padding-left: 20px;
}
ul li {
margin-bottom: 10px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>隐私政策</h1>
</header>
<main>
<h2>1. 个人信息收集</h2>
<p>我们收集您的个人信息,目的是为您提供更好的服务。我们可能会收集以下类型的个人信息:</p>
<ul>
<li>您的姓名、电子邮件地址、电话号码等联系信息。</li>
<li>您在使用本网站时产生的使用数据,例如访问的页面、浏览器类型、操作系统等。</li>
<li>与您的账户相关的其他信息,如账户设置、偏好设置。</li>
</ul>
<h2>2. 信息使用</h2>
<p>我们收集的个人信息可能会用于以下目的:</p>
<ul>
<li>提供和维护我们的服务。</li>
<li>向您发送与我们的服务相关的重要信息,如帐户通知和更新。</li>
<li>提高我们的产品和服务。</li>
</ul>
<h2>3. 信息共享</h2>
<p>我们不会将您的个人信息出售给第三方,但在以下情况下,您的信息可能会与第三方共享:</p>
<ul>
<li>根据法律要求,如政府机关的要求。</li>
<li>在我们与第三方服务提供商合作时,为了提供我们的服务(例如支付处理、云存储等)。</li>
</ul>
<h2>4. 数据安全</h2>
<p>我们采取合理的技术和管理措施来保护您的个人信息免受未经授权的访问、披露、更改或销毁。然而,没有任何在线传输或存储方法可以保证绝对的安全。</p>
<h2>5. 您的权利</h2>
<p>根据适用的数据保护法律,您可能有权访问、更正、删除或限制对您个人信息的处理。您还可以随时撤回您的同意。</p>
<h2>6. 儿童隐私</h2>
<p>我们不会故意收集13岁以下儿童的个人信息。如果您是家长或监护人且知道您的孩子已向我们提供个人信息请与我们联系我们将尽快删除这些信息。</p>
<h2>7. 隐私政策更新</h2>
<p>我们可能会不时更新本隐私政策。如果我们对本政策进行重大修改,我们会在网站上发布通知。请定期查看我们的隐私政策,以了解最新的变更。</p>
</main>
<footer>
<p>© 2025 点滴星火导航站。保留所有权利。</p>
</footer>
</body>
</html>