-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
286 lines (252 loc) · 8.76 KB
/
index.html
File metadata and controls
286 lines (252 loc) · 8.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UC记 - 隐私政策</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.8;
color: #333;
background-color: #f5f5f5;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
background-color: #fff;
min-height: 100vh;
}
.header {
text-align: center;
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
.header-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #E07050, #D06040);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 16px;
}
.header-icon svg {
width: 40px;
height: 40px;
fill: white;
}
h1 {
font-size: 28px;
color: #333;
margin-bottom: 8px;
}
.subtitle {
color: #666;
font-size: 16px;
}
.section {
margin-bottom: 32px;
}
h2 {
font-size: 20px;
color: #E07050;
margin-bottom: 16px;
padding-left: 12px;
border-left: 4px solid #E07050;
}
p {
color: #555;
margin-bottom: 12px;
}
ul {
margin-left: 24px;
margin-bottom: 16px;
}
li {
color: #555;
margin-bottom: 8px;
}
.highlight-box {
background-color: #f8f9fa;
border-radius: 12px;
padding: 20px;
margin: 20px 0;
}
.highlight-box h3 {
font-size: 16px;
color: #333;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 8px;
}
.data-item {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid #eee;
}
.data-item:last-child {
border-bottom: none;
}
.data-icon {
width: 32px;
height: 32px;
background-color: #E07050;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.data-icon svg {
width: 16px;
height: 16px;
fill: white;
}
.data-content h4 {
font-size: 15px;
color: #333;
margin-bottom: 4px;
}
.data-content p {
font-size: 14px;
color: #666;
margin: 0;
}
.footer {
text-align: center;
padding-top: 30px;
margin-top: 40px;
border-top: 1px solid #eee;
color: #999;
font-size: 14px;
}
.contact-link {
color: #E07050;
text-decoration: none;
}
.contact-link:hover {
text-decoration: underline;
}
@media (max-width: 600px) {
.container {
padding: 20px 16px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<div class="header-icon">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/>
</svg>
</div>
<h1>UC记 隐私政策</h1>
<p class="subtitle">您的数据,由您掌控</p>
</div>
<div class="section">
<h2>概述</h2>
<p>UC记 是一款为溃疡性结肠炎(UC)患者设计的排便追踪应用。我们高度重视您的隐私,本说明将详细介绍我们如何处理您的数据。</p>
</div>
<div class="section">
<h2>我们收集的数据</h2>
<div class="highlight-box">
<div class="data-item">
<div class="data-icon">
<svg viewBox="0 0 24 24"><path d="M12 2c-5.33 4.55-8 8.48-8 11.8 0 4.98 3.8 8.2 8 8.2s8-3.22 8-8.2c0-3.32-2.67-7.25-8-11.8z"/></svg>
</div>
<div class="data-content">
<h4>排便记录</h4>
<p>时间戳、紧迫感程度、便血程度、布里斯托分型、备注(可选)</p>
</div>
</div>
<div class="data-item">
<div class="data-icon">
<svg viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6z"/></svg>
</div>
<div class="data-content">
<h4>治疗方案</h4>
<p>方案名称、开始/结束日期、方案描述</p>
</div>
</div>
<div class="data-item">
<div class="data-icon">
<svg viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z"/></svg>
</div>
<div class="data-content">
<h4>日常笔记</h4>
<p>笔记内容、关联的治疗方案</p>
</div>
</div>
</div>
</div>
<div class="section">
<h2>数据存储</h2>
<div class="highlight-box">
<h3>
<svg width="20" height="20" viewBox="0 0 24 24" fill="#4CAF50"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
本地存储
</h3>
<p>所有数据仅存储在您的设备上,不会上传到任何服务器。</p>
</div>
<p>我们使用 Apple SwiftData 框架将数据安全地保存在您的设备本地存储中。这意味着:</p>
<ul>
<li>数据不会上传到任何服务器</li>
<li>我们无法访问您的任何数据</li>
<li>卸载应用将删除所有本地数据</li>
</ul>
</div>
<div class="section">
<h2>数据共享</h2>
<p>我们不会与任何第三方共享您的数据。具体而言:</p>
<ul>
<li>我们不收集个人身份信息</li>
<li>我们不使用分析工具追踪您的行为</li>
<li>我们不与广告商共享数据</li>
<li>我们不将数据出售给任何第三方</li>
</ul>
</div>
<div class="section">
<h2>小组件数据</h2>
<p>为在主屏幕小组件上显示今日排便次数和最近记录时间,应用会通过 App Groups 在应用与小组件之间共享必要的数据摘要。这些数据同样仅存储在您的设备上。</p>
</div>
<div class="section">
<h2>您的控制权</h2>
<p>您对自己的数据拥有完全控制权:</p>
<ul>
<li><strong>导出数据</strong> - 您可以导出 CSV、PDF、JSON 格式的数据备份</li>
<li><strong>删除数据</strong> - 您可以随时删除单条或全部记录</li>
<li><strong>删除应用</strong> - 卸载应用将彻底清除所有本地数据</li>
</ul>
</div>
<div class="section">
<h2>联系我们</h2>
<p>如果您对本隐私政策有任何疑问,请通过以下方式联系我们:</p>
<p><a class="contact-link" href="mailto:kevinfk@foxmail.com">kevinfk@foxmail.com</a></p>
</div>
<div class="footer">
<p>最后更新:2026年3月</p>
<p>版本 1.0</p>
</div>
</div>
</body>
</html>