Files
2026-03-11 18:24:59 +08:00

274 lines
9.8 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-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>隐私政策 - [茶址]</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f8f9fa;
padding: 20px;
max-width: 800px;
margin: 0 auto;
}
.container {
background: white;
border-radius: 10px;
padding: 30px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.header {
text-align: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px solid #e9ecef;
}
h1 {
color: #2c3e50;
font-size: 24px;
margin-bottom: 10px;
}
.update-date {
color: #6c757d;
font-size: 14px;
}
h2 {
color: #2c3e50;
font-size: 18px;
margin: 25px 0 15px;
padding-bottom: 8px;
border-bottom: 1px solid #e9ecef;
}
h3 {
color: #495057;
font-size: 16px;
margin: 20px 0 10px;
}
p {
margin-bottom: 15px;
text-align: justify;
}
ul, ol {
margin: 10px 0 15px 25px;
}
li {
margin-bottom: 8px;
}
.highlight {
background-color: #fff3cd;
padding: 15px;
border-left: 4px solid #ffc107;
margin: 20px 0;
border-radius: 4px;
}
.contact-info {
background-color: #e7f3ff;
padding: 20px;
border-radius: 8px;
margin-top: 30px;
}
.back-btn {
display: inline-block;
background: #07c160;
color: white;
padding: 12px 30px;
border-radius: 6px;
text-decoration: none;
margin-top: 20px;
transition: background-color 0.3s;
}
.back-btn:hover {
background: #06ad56;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
.container {
padding: 20px;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 17px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>隐私政策</h1>
<p class="update-date">更新日期:<span id="current-date"></span></p>
</div>
<div class="highlight">
<p><strong>重要提示:</strong>请您在使用 [茶址] 小程序(以下简称"本应用")之前,仔细阅读并理解本隐私政策。当您开始使用本应用时,即表示您已充分理解并同意我们按照本政策的规定收集、使用、存储和共享您的个人信息。</p>
</div>
<h2>一、我们收集的信息</h2>
<h3>1.1 您主动提供的信息</h3>
<ul>
<li><strong>账户信息:</strong>当您注册账号时,需要提供手机号码用于验证和登录</li>
<li><strong>个人资料:</strong>您可以选择填写昵称、头像、性别等基本信息</li>
<li><strong>内容信息:</strong>您在使用过程中发布、上传或分享的内容</li>
<li><strong>联系信息:</strong>当您联系客服时提供的联系方式</li>
</ul>
<h3>1.2 使用服务时收集的信息</h3>
<ul>
<li><strong>设备信息:</strong>设备型号、操作系统版本、设备标识符如IMEI</li>
<li><strong>位置信息:</strong>当您授权位置权限后,我们会收集您的位置信息</li>
<li><strong>日志信息:</strong>操作记录、服务日志、IP地址、访问时间</li>
<li><strong>微信信息:</strong>经您授权后获取的微信头像、昵称、地区等基本信息</li>
</ul>
<h3>1.3 第三方提供的信息</h3>
<ul>
<li>我们可能从合法的第三方渠道获取经您授权的信息</li>
<li>为提供特定服务而必要的第三方授权信息</li>
</ul>
<h2>二、我们如何使用信息</h2>
<h3>2.1 核心功能服务</h3>
<ul>
<li>为您提供本应用的基本功能和个性化服务</li>
<li>完成您的身份验证、账号安全保护</li>
<li>响应您的咨询、投诉和建议</li>
<li>发送重要的服务通知和公告</li>
</ul>
<h3>2.2 服务优化与改进</h3>
<ul>
<li>分析和改进我们的产品和服务质量</li>
<li>进行数据统计和用户行为分析</li>
<li>防范和发现安全事件,保障账户安全</li>
<li>进行必要的内部审计和数据分析</li>
</ul>
<h3>2.3 个性化推荐</h3>
<ul>
<li>基于您的使用习惯,为您推荐感兴趣的内容</li>
<li>根据位置信息,提供本地化服务</li>
<li>优化产品界面和交互设计</li>
</ul>
<h2>三、信息的存储与保护</h2>
<h3>3.1 信息存储</h3>
<ul>
<li>您的个人信息存储在中国境内的服务器上</li>
<li>我们会根据法律规定和业务需要,在必要的期限内保留您的个人信息</li>
<li>超出保留期限后,我们会删除或匿名化处理您的个人信息</li>
</ul>
<h3>3.2 安全措施</h3>
<ul>
<li>采用加密技术对传输和存储的个人信息进行保护</li>
<li>建立严格的内部管理制度和操作规程</li>
<li>定期进行安全风险评估和漏洞扫描</li>
<li>对员工进行隐私保护培训,签署保密协议</li>
</ul>
<h2>四、信息的共享与披露</h2>
<h3>4.1 不会随意共享</h3>
<p>我们不会向任何公司、组织和个人共享您的个人信息,但以下情况除外:</p>
<ul>
<li>获得您的明确同意或授权</li>
<li>根据法律法规规定或政府主管部门的要求</li>
<li>为维护公共利益或保护用户权益的必要情况</li>
</ul>
<h3>4.2 与第三方服务商共享</h3>
<p>我们可能会与以下类型的第三方服务商共享必要信息:</p>
<ul>
<li>云服务提供商(用于数据存储和计算)</li>
<li>数据分析服务商(用于产品优化)</li>
<li>客户服务提供商(用于用户支持)</li>
</ul>
<h2>五、您的权利</h2>
<ul>
<li><strong>访问权:</strong>您可以查询、访问您的个人信息</li>
<li><strong>更正权:</strong>您可以更正或更新不准确的个人信息</li>
<li><strong>删除权:</strong>在特定情况下,您可以要求删除个人信息</li>
<li><strong>撤回同意权:</strong>您可以随时撤回对信息处理的授权</li>
<li><strong>账号注销权:</strong>您可以在应用内申请注销账号</li>
<li><strong>投诉举报权:</strong>如果您认为您的权益受损,可以联系我们投诉</li>
</ul>
<h2>六、未成年人保护</h2>
<p>我们非常重视未成年人的个人信息保护:</p>
<ul>
<li>我们主要面向成年人提供服务</li>
<li>如您未满18周岁请在监护人指导下使用本应用</li>
<li>如您是未成年人的监护人,发现孩子未经同意使用本应用,请及时联系我们</li>
<li>对于经监护人同意而收集的未成年人个人信息,我们会采取严格的保护措施</li>
</ul>
<h2>七、政策的更新</h2>
<p>我们可能会适时修订本隐私政策。当政策发生重大变更时,我们会在应用内通过显著方式通知您。您继续使用我们的服务即表示您同意更新后的政策。</p>
<div class="contact-info">
<h2>八、联系我们</h2>
<p>如果您对本隐私政策有任何疑问、意见或建议,请通过以下方式联系我们:</p>
<ul>
<li>开发者名称:[上海茶址科技有限公司]</li>
<li>办公地址:[上海茶址茶室]</li>
</ul>
<p>我们将在15个工作日内回复您的请求。</p>
</div>
<div style="text-align: center; margin-top: 30px;">
<a href="javascript:history.back()" class="back-btn">返回上一页</a>
</div>
</div>
<script>
// 自动设置当前日期
document.getElementById('current-date').textContent = new Date().toLocaleDateString('zh-CN', {
year: 'numeric',
month: 'long',
day: 'numeric'
});
// 返回按钮功能
document.querySelector('.back-btn').addEventListener('click', function() {
window.history.back();
});
</script>
</body>
</html>