-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
73 lines (69 loc) · 2.54 KB
/
index.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- no-cache for index.html -->
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
<!-- no-cache end -->
<meta http-equiv="expires" content="0" />
<title>口袋48视频、房间、信息获取工具 - 成员直播|公演|视频源地址|口袋房间|屏蔽词</title>
<!-- mdui.css -->
<link href="https://cdn.bootcss.com/mdui/0.4.2/css/mdui.min.css" rel="stylesheet">
<!-- vue.js -->
<% if (htmlWebpackPlugin.options.isProduction) {%>
<script src="https://cdn.bootcss.com/vue/2.6.8/vue.min.js"></script>
<% } else { %>
<script src="https://cdn.bootcss.com/vue/2.6.8/vue.js"></script>
<% }%>
<!-- vue-router -->
<script src="https://cdn.bootcss.com/vue-router/3.0.2/vue-router.min.js"></script>
<!-- vue-lazyload -->
<script src="https://cdn.bootcss.com/vue-lazyload/1.2.6/vue-lazyload.js"></script>
<!-- axios -->
<script src="https://cdn.bootcss.com/axios/0.18.0/axios.min.js"></script>
<!-- element-ui -->
<script src="https://cdn.bootcss.com/element-ui/2.8.2/index.js"></script>
<link href="https://cdn.bootcss.com/element-ui/2.8.2/theme-chalk/index.css" rel="stylesheet">
</head>
<body class="mdui-appbar-with-toolbar mdui-drawer-body-left">
<div id="app">
<p>口袋48视频、房间、信息获取工具</p>
<p>功能:</p>
<ul>
<li>1. 成员直播/回放
</li>
<li>2. 成员直播在线观看+发送弹幕
</li>
<li>3. 公演直播/回放
</li>
<li>4. 口袋房间内容/留言
</li>
<li>5. 成员信息/昵称/缩写查询
</li>
<li>6. 口袋用户信息查询
</li>
<li>7. 口袋屏蔽词查询
</li>
<li>8. 口袋登录与签到</li>
</ul>
<p><b>如果你看到此信息,说明页面正在加载中,请耐心等待 或您的浏览器版本过低, 建议使用Chrome</b></p>
</div>
<!-- built files will be auto injected -->
<!-- mdui.js -->
<script src="https://cdn.bootcss.com/mdui/0.4.2/js/mdui.min.js"></script>
<!-- 统计代码 -->
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?5fbc77d59cf58e654ce40d4e1b7fabfa";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>