Skip to content

Commit 716c840

Browse files
committed
feat: add privacy policy page
1 parent 2a20eaf commit 716c840

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

public/privacy.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-CN">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>隐私政策 - Couple Connection</title>
7+
<style>
8+
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; max-width: 800px; margin: 0 auto; padding: 20px; color: #333; }
9+
h1 { border-bottom: 2px solid #eee; padding-bottom: 10px; }
10+
h2 { margin-top: 30px; color: #0066cc; }
11+
p { margin-bottom: 15px; }
12+
</style>
13+
</head>
14+
<body>
15+
<h1>隐私政策</h1>
16+
<p>生效日期:2026年2月13日</p>
17+
18+
<p>欢迎您使用 Couple Connection(以下简称“本应用”)。我们将通过本隐私政策向您说明本应用如何收集、使用、存储和分享您的个人信息。</p>
19+
20+
<h2>1. 我们收集的信息</h2>
21+
<p>为了提供服务,我们需要收集以下信息:</p>
22+
<ul>
23+
<li><strong>账户信息:</strong> 当您注册账户时,我们会收集您的电子邮件地址和密码(加密存储)。</li>
24+
<li><strong>用户内容:</strong> 您在应用中创建的纪念日、倒计时、生理期记录等数据。</li>
25+
</ul>
26+
27+
<h2>2. 信息的使用</h2>
28+
<p>我们收集的信息仅用于以下目的:</p>
29+
<ul>
30+
<li>为您提供应用的核心功能(如纪念日提醒、数据同步)。</li>
31+
<li>改善应用的用户体验。</li>
32+
<li>账户安全验证。</li>
33+
</ul>
34+
35+
<h2>3. 信息存储与安全</h2>
36+
<p>您的数据存储在安全的云端服务器(Supabase)上。我们采取合理的技术措施保护您的数据安全,防止未经授权的访问。</p>
37+
38+
<h2>4. 第三方服务</h2>
39+
<p>本应用可能使用第三方服务(如 Vercel 托管、Supabase 数据库)来支持基础设施,这些服务提供商需遵守相应的数据保护规定。</p>
40+
41+
<h2>5. 联系我们</h2>
42+
<p>如果您对本隐私政策有任何疑问,请通过应用内的反馈功能联系我们。</p>
43+
</body>
44+
</html>

0 commit comments

Comments
 (0)