-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
46 lines (44 loc) · 2.47 KB
/
Copy pathprivacy.html
File metadata and controls
46 lines (44 loc) · 2.47 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>隐私政策</title>
<link rel="shortcut icon" href="./favicon.ico">
<link rel="icon" sizes="100x100" href="./favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-title" content="MCBE UI 文档">
<meta name="apple-touch-icon-precomposed" size="57x57" href="./web_icon.png">
<meta name="apple-touch-icon-precomposed" size="114x114" href="./web_icon.png">
<meta name="apple-touch-icon-precomposed" size="152x152" href="./web_icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="keywords" content="我的世界UI,基岩版UI,json ui教程,JSON UI教程,json ui,JSON UI,Minecraft UI,Minecraft JSON UI,Minecraft BE JSON UI,Minecraft Bedrock Edition JSON UI">
<meta name="description" content="本文档适用于 MCBE UI 开发者,参考文档以制作您的 UI 资源。">
<meta name="author" content="MC_spruce">
<link href="./src/css/main.css" rel="stylesheet">
<script src="./src/js/jQuery.js"></script>
</head>
<body>
<!--正文-->
<div id="content">
<div class="left_title"><h1>隐私政策</h1></div>
<div class="left_content" hide_bq="true">
我们充分保护你的隐私权,我们制定本政策以方便告诉您如何<b>收集、使用、储存</b>您的个人数据。
<br>请您仔细阅读本政策!
<br><br>不过请放心,我们不会把你任何的个人数据上传至网络,仅用于储存本地以改善用户体验。
<h2>我们收集的数据</h2>
目前需要的信息:
<br> - 网站数据
<h2>我们如何使用收集的数据</h2>
<b>网站数据</b><br>
用于储存和获取缓存数据,用于读取与更改当前的主题以及目录显示状态。部分数据会在用户推出浏览器时销毁。
<h2>如何删除收集数据</h2>
我们会把您的个人数据储存在浏览器数据文件,删除该网站数据即可销毁收集的数据。
</div></div>
<!--正文-->
<script src="./src/js/main.js"></script>
<script src="./src/js/hl.js"></script>
<link href="./src/css/font-awesome.css" rel="stylesheet">
<script>hljs.initHighlightingOnLoad()</script>
</body></html>