Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
haishi
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
haishi
Commits
b4bfa5cf
Commit
b4bfa5cf
authored
Feb 24, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
6d09ce6c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
120 additions
and
0 deletions
+120
-0
default.jpg
+0
-0
default_thumb.jpg
+0
-0
favicon.ico
+0
-0
服务条款.html
+58
-0
隐私政策.html
+62
-0
No files found.
default.jpg
View file @
b4bfa5cf
8.54 KB
|
W:
|
H:
6.29 KB
|
W:
|
H:
2-up
Swipe
Onion skin
default_thumb.jpg
View file @
b4bfa5cf
8.54 KB
|
W:
|
H:
3.54 KB
|
W:
|
H:
2-up
Swipe
Onion skin
favicon.ico
View file @
b4bfa5cf
No preview for this file type
服务条款.html
0 → 100755
View file @
b4bfa5cf
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<!-- 使用UTF-8 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
>
<!-- 设置移动终端可视区域 -->
<meta
content=
"telephone=no"
name=
"format-detection"
>
<!-- 禁止iPhone等手机自动将数字变成可点击的拨号连接 -->
<title>
隐私政策
</title>
<!-- 网站Logo -->
<link
rel=
"shortcut icon"
type=
"image/x-ico"
href=
"./guanwang/img/favicon.ico"
/>
<!-- 收藏logo -->
<link
rel=
"bookmark"
type=
"image/x-icon"
href=
"./guanwang/img/favicon.ico"
/>
<link
href=
"./guanwang/css/reset.css"
type=
"text/css"
rel=
"stylesheet"
/>
<link
href=
"./guanwang/css/style_hl.css"
type=
"text/css"
rel=
"stylesheet"
/>
<style
type=
"text/css"
>
p
{
color
:
#1D1D1D
;
font-size
:
14px
;
width
:
100%
;
margin-bottom
:
1rem
;
}
</style>
</head>
<body>
<div
class=
"app"
id=
"app"
style=
"width: 100%; padding: 10px 15px;"
>
<p>
(1)含有任何性或性暗示的;
</p>
<p>
(2)含有辱骂、恐吓、威胁内容的;
</p>
<p>
(3)含有骚扰、垃圾广告、恶意信息、诱骗信息的;
</p>
<p>
(4)侵犯他人隐私、个人信息或资料的;
</p>
<p>
(5)侵害他人名誉权、肖像权、知识产权、商业秘密等合法权利的;
</p>
<p>
(6)含有其他侵犯用户或第三方合法权益内容的信息;
</p>
<p>
(7)对于每天、每周、每月、全部时间消费和收益的前五十名用户,我们会展示在排行榜上;排行榜只是用来展示用户的排名,我们不保存用户的信息 违反以上条例的播主,视情节轻重予以停播5天、停播两周直至永久禁播处理;违反以上条例的用户,视情节轻重予以禁言、踢出直播间、扣除用户星级直至账号封禁处理。触犯相关法律法规的播主和用户,将承担相应的法律责任。
</p>
</div>
<script
src=
"./guanwang/js/jquery-1.7.2.min.js"
></script>
<script
src=
"./guanwang/js/vue.js"
></script>
<script>
var
vm
=
new
Vue
({
el
:
'#app'
,
data
:
{
//数据集
group
:
[{
}]
},
methods
:
{
//事件
},
watch
:
{
//数据监测函数
},
created
:
function
()
{
//加载触发函数
}
});
</script>
</body>
</html>
隐私政策.html
0 → 100755
View file @
b4bfa5cf
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<!-- 使用UTF-8 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
>
<!-- 设置移动终端可视区域 -->
<meta
content=
"telephone=no"
name=
"format-detection"
>
<!-- 禁止iPhone等手机自动将数字变成可点击的拨号连接 -->
<title>
隐私政策
</title>
<!-- 网站Logo -->
<link
rel=
"shortcut icon"
type=
"image/x-ico"
href=
"./guanwang/img/favicon.ico"
/>
<!-- 收藏logo -->
<link
rel=
"bookmark"
type=
"image/x-icon"
href=
"./guanwang/img/favicon.ico"
/>
<link
href=
"./guanwang/css/reset.css"
type=
"text/css"
rel=
"stylesheet"
/>
<link
href=
"./guanwang/css/style_hl.css"
type=
"text/css"
rel=
"stylesheet"
/>
<style
type=
"text/css"
>
p
{
color
:
#1D1D1D
;
font-size
:
14px
;
width
:
100%
;
margin-bottom
:
1rem
;
}
</style>
</head>
<body>
<div
class=
"app"
id=
"app"
style=
"width: 100%; padding: 10px 15px;"
>
<p>
国家法律、法规和政策禁止的行为和内容:
</p>
<p>
(1)反对宪法所确定的基本原则的;
</p>
<p>
(2)危害国家安全,泄露国家秘密,颠覆国家政权,破坏国家统一的;
</p>
<p>
(3)损害国家荣誉和利益的;
</p>
<p>
(4)煽动民族仇恨、民族歧视,破坏民族团结的;
</p>
<p>
(5)破坏国家宗教政策,宣扬邪教和封建迷信的;
</p>
<p>
(6)散布谣言,扰乱社会秩序,破坏社会稳定的;
</p>
<p>
(7)散布淫秽、色情、赌博、暴力、凶杀、恐怖或者教唆犯罪的;
</p>
<p>
(8)侮辱或者诽谤他人,侵害他人合法权益的;
</p>
<p>
(9)不遵守法律法规底线、社会主义制度底线、国家利益底线、公民合法权益底线、社会公共秩序底线、道德风尚底线和信息 真实性底线的“七条底线”要求的;
</p>
<p>
(10)对于每天、每周、每月、全部时间消费和收益的前五十名用户,我们会展示在排行榜上;排行榜只是用来展示用户的排名,我们不保存用户的信息
</p>
</div>
<script
src=
"./guanwang/js/jquery-1.7.2.min.js"
></script>
<script
src=
"./guanwang/js/vue.js"
></script>
<script>
var
vm
=
new
Vue
({
el
:
'#app'
,
data
:
{
//数据集
group
:
[{
}]
},
methods
:
{
//事件
},
watch
:
{
//数据监测函数
},
created
:
function
()
{
//加载触发函数
}
});
</script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment