interactionHelp.html
3.07 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<link rel="stylesheet" href="css/base.css">
<script src="../../lib/fsize.js"></script>
<title>互動指數</title>
<style type="text/css">
.main {
background-color: #FFF;
line-height: 1.1;
font-size: 0;
width: 10rem;
margin: 0 auto;
position: relative;
color: #000;
font-size: 0.4rem;
padding: 0.2rem 0.2rem 0;
box-sizing: border-box;
}
p {
font-size: 0.473rem;
font-weight: bolder;
margin-bottom: 0.2rem;
margin-top: 0.2rem;
}
</style>
</head>
<body>
<div class="main">
<div class="lang-cn">
<p>互動指數</p>
什麼是互動指數?<br>
互動指數是衡量主播直播間互動情況的一個指數,主要受直播間的聊天人數和聊天條數所影響,互動指數越高代表直播間越熱鬧。<br>
什麼是互動指數榜?<br>
互動指數榜用於展示當前所有在線直播間的互動指數,直播間的聊天人數越多,聊天的內容越多,主播的互動指數就越高。<br>
<p>互動指數榜計算規則</p>
互動指數榜按照主播的互動指數排名,想讓心儀的主播排名更靠前,快快為她增加互動指數吧!<br>
</div>
<div class="lang-en">
<p>The Interactive Index</p>
What is the Interactive Index?<br>
The Interactive Index is the index that used to measure a live room's interactive situation. It's mainly
affected by the number of users chatting and chats. The more user chat in live room, the more lively the
live room is.<br>
What is the Interactive Index Rank list?<br>
The Interactive index rank list is used to show all the online live room's interactive index. More user
chatting and chat in live room, lead to higher interactive index.<br>
<p>The calculating rule of the Interactive Index rank list</p>
The Interactive Index rank list is according to broadcaster's intearctive index value.If you want your
favorite broadcaster on the top of the list, try to invite friends to join her live room and chat.<br>
</div>
</div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../lib/langchange.js?v=202010211605"></script>
<script type="text/javascript">
if (!langType) {
$('.lang-cn').show();
$('.lang-en').hide();
} else {
$('.lang-cn').hide();
$('.lang-en').show();
}
</script>
</html>