Files
peko-h5/view/peko/modules/inform/help.html

81 lines
3.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>帮助</title>
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="css/help.css">
<script src="../../common/js/flexible.js"></script>
</head>
<body>
<div class="max">
<p class="title">一、什么是交友大厅?</p>
<p class="title-head">交友大厅是一个可以让全部<span class="appname"></span>好友交流的中心,用户可以在这里发布广播、@他人、快捷送礼、所有用户都会看得见。</p>
<p class="title-two">1.需要收费吗?</p>
<p>这个是一个免费发布交友广播需求的地方。</p>
<p class="title-two">2.如何发送广播?</p>
<p>达到指定等级的朋友才可以发送消息呢。</p>
<p class="title-two">3.发送间隔多少?</p>
<p>达到指定等级的用户才可以发言发送间隔为5秒。</p>
<p class="title-two">4.不允许发送什么内容?</p>
<p>涉黄涉政、商业广告、骂架、一切影响广播交友正常运营的广告等, 一经发现将根据违规程度给予封号、封IP、禁言处理。</p>
<p class="title-two">5.快捷送礼与互动</p>
<p>点击广播列表他人头像,即可出现快捷窗口,快捷窗口可进行如下便捷操作:</p>
<p>1、给对方打赏礼物</p>
<p>2、举报对方</p>
<p>3、点击资料卡前往对方主页</p>
<p>4、赠送装扮给对方</p>
<p class="title-two">6.举报有奖</p>
<p>大厅内有以下行为的用户将被禁封</p>
<p>1、上传色情、病毒、暴力、政治、广告等违规信息</p>
<p>2、恶意刷屏扰乱公共秩序不听劝且严重者</p>
<p>3、人身攻击、地域歧视、言论不雅严重者</p>
<p>4、被举报经官方核实情节严重者</p>
<p>5、任何途径盗刷平台金币、钻石等情节恶劣严重者官方将移交公安机关处理</p>
<p>6、欢迎大家相互监督举报成功经官方核实官方会有一定奖励。</p>
<!--<p class="title">二、如何霸屏?</p>-->
<!--<p>1.在发现页、头条交友点击公聊大厅,进入公聊大厅页,-->
<!--用户点击霸屏图标即可开启霸屏;</p>-->
<!--<p>2.可以@你的好友为好友霸屏。</p>-->
<!--<p class="title">三、快捷送礼与互动</p>-->
<!--<p>点击广播列表他人头像,即可出现快捷窗口,快捷窗口-->
<!--可进行如下便捷操作:</p>-->
<!--<p>1.给对方打赏礼物</p>-->
<!--<p>2.给对方施魔法</p>-->
<!--<p>3.给对方使用罚站面壁</p>-->
<!--<p>4.点击头像前往对方主页</p>-->
<!--<p>5.赠送装扮给对方</p>-->
<!--<p class="title">四、举报有奖</p>-->
<!--<p>大厅内有以下行为的用户将被禁封:</p>-->
<!--<p>1.上传色情、病毒、暴力、政治、广告等违规信息;</p>-->
<!--<p>2.恶意刷屏,扰乱公共秩序,不听劝且严重者;</p>-->
<!--<p>3.人身攻击、地域歧视、言论不雅,严重者;</p>-->
<!--<p>4.任何途径盗刷平台金币、钻石等情节恶劣严重者,官-->
<!--方将移交公安机关处理;</p>-->
<!--<p>5.欢迎大家相互监督,举报成功经官方核实,官方会有-->
<!--一定奖励。</p>-->
</div>
</body>
<script src="../../common/js/jquery-3.2.1.min.js"></script>
<script src="../../common/js/common2.js"></script>
<script src="../../common/js/vconsole.min.js"></script>
<script src="../../common/js/template-web.js"></script>
<script>
var locateObj = getQueryString();
var appname = $('.appname');
if(locateObj.platform == "planet"){
appname.html("hello处CP");
}else{
appname.html("peko");
}
</script>
</html>