113 lines
4.5 KiB
HTML
113 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>个人信息收集清单</title>
|
|
<link rel="stylesheet" href="../../common/css/reset.css">
|
|
|
|
<script src="../../common/js/flexible.js"></script>
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.max {
|
|
display: none;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
margin-bottom: 30px;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
color: #333;
|
|
line-height: 25px;
|
|
margin-bottom: 5px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.title {
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
color: #333;
|
|
text-indent: 0;
|
|
text-align: center;
|
|
margin: 20px auto 10px;
|
|
}
|
|
|
|
.font-bold {
|
|
font-weight: bold;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<ul class="max">
|
|
<li class="title">个人信息收集清单</li>
|
|
<li style="font-size:16px;text-indent:30px">
|
|
我们会收集您在使用服务时自愿向我们提供的,以及可能通过自动化手段收集您在使用服务过程中产生的下述信息。你可通过<span class="appName">音萌</span>【我的】-【设置】-【个人信息与权限】-【个人信息收集清单】及《<span class="appName">音萌</span>隐私政策》中的联系方式对下列部分信息的内容进行查询和管理。
|
|
</li><br>
|
|
<li>
|
|
<span class="font-bold">收集场景</span>:注册、登录账号<br>
|
|
<span class="font-bold">可能会收集的个人信息</span>:账号昵称、头像、密码、手机号码、第三方账号信息
|
|
</li><br>
|
|
<li>
|
|
<span class="font-bold">收集场景</span>:发布动态<br>
|
|
<span class="font-bold">可能会收集的个人信息</span>:发布的内容
|
|
</li><br>
|
|
<li>
|
|
<span class="font-bold">收集场景</span>: 搜索<br>
|
|
<span class="font-bold">可能会收集的个人信息</span>:关键字信息、搜索历史记录、设备信息
|
|
</li><br>
|
|
<li>
|
|
<span class="font-bold">收集场景</span>: 编辑个人资料<br>
|
|
<span class="font-bold">可能会收集的个人信息</span>:昵称、性别、生日及根据实际情况主动填写简介等拓展信息
|
|
</li><br>
|
|
<li>
|
|
<span class="font-bold">收集场景</span>: 认证<br>
|
|
<span class="font-bold">可能会收集的个人信息</span>:姓名、手机号码、身份证信息、面部识别特征
|
|
</li><br>
|
|
<li>
|
|
<span class="font-bold">收集场景</span>: 提现功能<br>
|
|
<span class="font-bold">可能会收集的个人信息</span>:支付宝账号相关信息
|
|
</li><br>
|
|
<li>
|
|
<span class="font-bold">收集场景</span>: 充值功能<br>
|
|
<span class="font-bold">可能会收集的个人信息</span>:充值记录、消费记录信息、支付宝或微信支付信息
|
|
</li><br>
|
|
<li>
|
|
<span class="font-bold">收集场景</span>: 通过客服渠道联系我们寻求帮助<br>
|
|
<span class="font-bold">可能会收集的个人信息</span>:通信/通话记录及相关内容、订单信息
|
|
</li><br>
|
|
<li>
|
|
<span class="font-bold">收集场景</span>: 某些特殊情况(如评估用户特定使用行为)<br>
|
|
<span class="font-bold">可能会收集的个人信息</span>:相关书面证明的复印件或扫描件
|
|
</li>
|
|
</ul>
|
|
|
|
<script src="../../common/js/jquery-3.2.1.min.js"></script>
|
|
<script src="../../common/js/common2.js"></script>
|
|
<script>
|
|
let browser = checkVersion()
|
|
getInfoFromClient()
|
|
if (browser.app) {
|
|
if (browser.android) {
|
|
let channel = JSON.parse(pubInfo.deviceInfo).channel
|
|
if (channel.indexOf('toutiao_douyin') != -1 || channel.indexOf('toutiao') != -1 || channel.indexOf('kuaishou') != -1) {
|
|
$('.appName').html('音萌')
|
|
}
|
|
}
|
|
}
|
|
setTimeout(() => {
|
|
$('.max').show()
|
|
}, 0)
|
|
</script>
|
|
</body>
|
|
|
|
</html> |