This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Privacy.html
558 lines (477 loc) · 19.9 KB
/
Privacy.html
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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!doctype html>
<html lang="zh-CN">
<head>
<link rel="shortcut icon" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="LYK 网络系统隐私政策 - LYKNS">
<title>LYK 网络系统隐私政策 - LYKNS</title><!-- InstanceEndEditable -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<style>
.text {
display: inline-block;
position: relative;
font-size: 40px;
height: 60px;
line-height: 60px;
color: #0078d4;
}
.text::after {
content: '';
position: absolute;
right: -10px;
top: 5px;
height: 50px;
width: 3px;
background-color: #fff;
animation: san 0.5s steps(1) infinite;
}
@keyframes san {
0%,
100% {
background-color: #0078d4;
}
50% {
background-color: transparent;
}
}
a {
text-decoration: none
}
a:hover {
text-decoration: none
}
body {
background-image: url(https://aadcdn.msauth.net/shared/1.0/content/images/backgrounds/2_bc3d32a696895f78c19df6c717586a5d.svg);
background-repeat: no-repeat;
background-attachment: fixed;
}
.loader-wrapper {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgb(0, 99, 177);
z-index: 99;
}
.loader html,
body,
div {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
.loading {
width: 100%;
height: 100%;
position: relative;
}
.loading i {
margin: auto;
position: absolute;
top: calc(50% - 40px);
left: calc(50% - 40px);
width: 80px;
height: 80px;
display: block;
}
.loading p {
margin: auto;
position: absolute;
top: calc(50% + 70px);
left: calc(50% - 47px);
display: block;
}
.loading span {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
}
.loading span:after {
content: "";
display: block;
position: absolute;
left: 0px;
top: 0px;
width: 10px;
height: 10px;
background: var(--main, rgb(255, 255, 255));
border-radius: 50%;
}
.loading span:nth-child(1) {
animation: i1 5.5s 0.2s infinite;
}
.loading span:nth-child(2) {
animation: i2 5.5s 0.4s infinite;
}
.loading span:nth-child(3) {
animation: i3 5.5s 0.6s infinite;
}
.loading span:nth-child(4) {
animation: i4 5.5s 0.8s infinite;
}
.loading span:nth-child(5) {
animation: i5 5.5s 1s infinite;
}
.loading span:nth-child(6) {
animation: i6 5.5s 1.2s infinite;
}
@keyframes i1 {
0% {
opacity: 1;
transform: rotate(190deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(920deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(930deg);
}
}
@keyframes i2 {
0% {
opacity: 1;
transform: rotate(180deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(910deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(920deg);
}
}
@keyframes i3 {
0% {
opacity: 1;
transform: rotate(170deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(900deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(910deg);
}
}
@keyframes i4 {
0% {
opacity: 1;
transform: rotate(160deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(890deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(900deg);
}
}
@keyframes i5 {
0% {
opacity: 1;
transform: rotate(150deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(880deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(880deg);
}
}
@keyframes i6 {
0% {
opacity: 1;
transform: rotate(140deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(870deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(880deg);
}
}
</style>
<script>
document.onreadystatechange = completeLoading;
function completeLoading() {
if (document.readyState == "complete") {
if ( /*@cc_on!@*/ false || (!!window.MSInputMethodContext && !!document.documentMode)) {
window.location.href = "https://support.microsoft.com/zh-cn/topic/%E6%AD%A4%E7%BD%91%E7%AB%99%E5%9C%A8-microsoft-edge-%E4%B8%AD%E6%9B%B4%E5%A5%BD%E5%9C%B0%E5%B7%A5%E4%BD%9C-160fa918-d581-4932-9e4e-1075c4713595?ui=zh-cn&rs=zh-cn&ad=cn";
}
else {
setTimeout("document.getElementById('123456').remove()", 0)
}
}
}
</script>
</head>
<body>
<div class="loader-wrapper" id="123456">
<div class="loading">
<noscript>
<div class="alert alert-danger">
<strong>错误!</strong> 您没有启用或您的浏览器不支持 JavaScript,LYKNS可能不能正常运行。请开启 JavaScript 或换用支持 JavaScript
的浏览器以继续。
</div>
</noscript>
<i> <span></span> <span></span> <span></span> <span></span> <span></span>
<span></span> </i>
<p class="text-white text-center" style="font-size:25px">请稍候...</p>
</div>
</div>
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container">
<a class="navbar-brand text-primary" herf="https://eow.lykns.tk/"><img src="/p/logo.webp" /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
<ul class="navbar-nav flex-grow-1">
<li class="nav-item">
<a class="nav-link text-dark" href="https://www.lykns.tk/">返回主站</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://eow.lykns.tk/">LYKNS外部主页</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary" data-bs-toggle="dropdown">服务</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://eow.lykns.tk/Services/CBLFSD">文件存储档案服务器</a>
</li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/20220214">研学文献</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary" data-bs-toggle="dropdown">数据库</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/CBLD">日志数据库</a></li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/CBCD">成绩数据库</a></li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/CBRPFD">关系人档案数据库</a>
</li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/LYKFD">财政数据库</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://eow.lykns.tk/Privacy">隐私政策</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://eow.lykns.tk/connect">联系与关于</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-dark" href="https://captbenjaminlee.sharepoint.com/">☢</a>
</li>
</ul>
<partial name="_LoginPartial" />
</div>
</div>
</nav>
</header>
<div class="container">
<main role="main" class="pb-3">
<noscript>
<div class="alert alert-danger">
<strong>错误!</strong> 您没有启用或您的浏览器不支持 JavaScript,LYKNS可能不能正常运行。请开启
JavaScript 或换用支持 JavaScript 的浏览器以继续。
</div>
</noscript>
<h1 class="text-primary">LYK 网络系统隐私政策<small>上次更新时间: 2021 年 12 月</small></h1>
<p>我们十分重视你的隐私。 当你使用 LYKNS 产品和服务时,我们会获得你的某些信息。 这些信息(如你的姓名和电子邮件地址)称为个人数据。 我们希望你了解我们拥有哪些关于你的个人数据以及我们如何使用它。
我们还希望你了解你对该数据拥有权利。 你可以通过保护隐私的方式使用我们的产品。</p>
<h2>我们收集的个人数据</h2>
<p>我们的许多产品都需要个人数据才能正常工作。 我们获取的个人数据类型取决于你使用的产品和功能。
当你使用 LYKNS 产品时,我们可能会要求你回答一些关于你自己的问题。 比如你的姓名、电子邮件地址和生日。 如果你在 LYKNS 产品中创建帐户,我们可能会要求你创建密码。
我们还保存了有关如何使用 LYKNS 产品和服务的一些详细信息。 这可能是你访问的网页、玩的游戏、进行的购买或有关所用设备的详细信息。 你还可以使用 LYKNS 服务创建或共享文件,例如照片或文档。
我们会将此视为你的内容,并为你存储此内容。
我们有时会从其他人获取你的数据。 例如,如果你的帐户由家长或监护人创建,我们会收集他们提供的关于你的信息。 如果你在学校使用 LYKNS 产品,我们可能会从老师或学校获取你的一些信息。
有时,我们会让你选择我们可以获取的数据。 但是,如果你选择拒绝向我们提供所需的数据,你将无法使用相应的产品或功能。 如果选择拒绝向我们提供可选的数据,则可以使用相应的产品,但某些功能可能不起作用。</p>
<p> </p>
<h2>我们如何使用个人数据</h2>
<p>LYKNS 使用数据为你打造出色的体验。 我们会使用个人数据执行以下操作:</p>
<ul>
<li>提供和支持产品。</li>
<li>改进和开发产品。</li>
<li>个性化产品并提出建议。</li>
<li>宣传和推广产品。</li>
<li>运行并改进业务。</li>
</ul>
<p>使用此数据时,我们可能会链接来自不同源的数据。 通过链接此数据,我们会为你打造方便的体验,并帮助我们更好地运行业务。
我们不会使用你的电子邮件、聊天记录、文件或其他个人内容来针对你投放广告。</p>
<h2>如何访问和控制你的个人数据</h2>
<p>你可以联系我们,了解访问或控制个人数据的更多方式。 与我们联系的最佳方式是使用 Web 表单。
居住地的法律可能会授予你某些权利,例如访问或请求删除个人数据的权利。 但我们为所有用户提供上述选项和控制,无论他们身在何处。
请注意,在某些情况下,访问或控制个人数据的能力可能会受到限制(例如,出于法律或其他重要原因需要保留数据)。</p>
<h2>个人数据存储的地点</h2>
<p>我们将个人数据存储在亚太地区。 我们会使用强大的安全保护。 我们采取一些措施来保护你的隐私并遵守法律。</p><!-- InstanceEndEditable -->
</main>
</div>
<footer class="border-top footer text-muted">
<div class="container">
© 2018-2023 - LYKNS - <a href="https://status.lykns.tk">状态监测 </a>- <a
href="https://eow.lykns.tk/cc"><img
src="https://img.shields.io/badge/Creative_Commons-4.0%20%E5%9B%BD%E9%99%85%20%E8%AE%B8%E5%8F%AF%E5%8D%8F%E8%AE%AE-EF9421?style=flat-square&logo=creativecommons"></a>-
<a href="https://eow.lykns.tk/more.html">更多页面与过期页面</a>
<br>
<span>推荐使用 <a href="https://www.microsoft.com/zh-cn/edge" target="_blank">新版 Microsoft Edge 浏览器</a>
访问本站</span>
</div>
</footer>
</body>
<!-- InstanceEnd -->
</html>