-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathdesc.html
53 lines (49 loc) · 2.55 KB
/
desc.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>使用说明</title>
<style type="text/css">
ul li {
margin-top: 25px;
}
</style>
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<div class="container">
<div class="well" style="min-height: 500px; margin-top: 40px;">
<div class="alert alert-danger"><h4>FBI WARNING !! 使用必读</h4></div>
<ul style="list-style-image: url('16.png'); font-size: 120%;">
<li>
<p>进入之后首先选择你的答题应用,如花椒、冲顶大会、百万英雄还是芝士超人,然后程序会自动刷新答案,在<b>主持人出题2秒后</b>会有展示</p>
<!-- <img style="width: 65%; border: 2px solid lightgrey; border-radius: 4px;" src="http://7xsudm.com1.z0.glb.clouddn.com/%E6%B7%B1%E5%BA%A6%E6%88%AA%E5%9B%BE_%E9%80%89%E6%8B%A9%E5%8C%BA%E5%9F%9F_20180117144709.png" /> -->
<img style="width: 85%; border: 2px solid lightgrey; border-radius: 4px;" src="http://7xsudm.com1.z0.glb.clouddn.com/%E6%B7%B1%E5%BA%A6%E6%88%AA%E5%9B%BE_%E9%80%89%E6%8B%A9%E5%8C%BA%E5%9F%9F_20180118162032.png" />
</li>
<li>
<p>”百度搜索结果总数”为【题干+选项】在百度搜索中的总结果数,”搜索首页出现次数”为搜索题干时,对应选项在搜索结果首页出现的次数</p>
</li>
<li>
<p>相关性分数判断说明:当选项相关性分数较为接近时优先参考推荐答案,否则参考分数;题干包含"<b>不是</b>"等否定词时,一般选择相关性分数最小的,否则选最大的</p>
</li>
<li>
<p>网速越快越好,否则到导致相关结果展示延迟</p>
</li>
<li>
<p>最终确定答案还要需要根据下方的搜索结果进行人工干预,过一遍下面的搜索结果进行二次验证</p>
</li>
<li>
<p>仅供娱乐,如果侵权冒犯,请联系微博,立即下线</p>
</li>
<li>
<p>
<a href="https://weibo.com/shiboooo" target="_blank">欢迎关注微博</a>
<a href="https://qii404.me/" target="_blank">个人博客</a>
<a href="https://github.com/qishibo/totop" target="_blank">欢迎star</a>
</p>
</li>
</ul>
</div>
</div>
</body>
</html>