forked from JMWpower/xiaojiejie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
313 lines (294 loc) · 11.5 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title>JMW-|-小姐姐</title>
<script type="text/javascript">
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
// window.location.href = "index.html";
}else{
window.location.href = "pc.html";
}
</script>
<style type="text/css">
*{
margin:0px;
padding:0px;
touch-action: pan-y;
text-align: center;
}
.app{
width: 100%;
height:100%;
position: absolute;
top:0px;
right:0px;
bottom: 0px;
left:0px;
overflow: hidden;
background-color: #ffffff;
}
#player{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
z-index: 100;
}
/* login */
.login-header{width:100%;text-align:center;height:30px;font-size:24px;line-height:30px;background-color:#ffffff;}
.login{position:fixed;border:#ebebeb solid 1px;top:10%;left:5%;right:5%;display:none;background:#ffffff;box-shadow:0px 0px 20px #ddd;z-index:9999;}
.login-title{width:100%;margin:10px 0px 0px 0px;text-align:center;line-height:40px;height:40px;font-size:18px;position:relative;background-color:#ffffff;}
.login-title span{position:absolute;font-size:12px;right:-20px;top:-30px;border:#ebebeb solid 1px;width:40px;height:40px;border-radius:20px;background-color:#ffffff;}
.login-title span a{display:block;border-radius:20px;font-size:16px;background-color:#ffffff;}
.login strong{float:left;display:block;font-size:16px;background-color:#ffffff;}
.login span{display:block;font-size:14px;background-color:#ffffff;text-align:left;}
.login-input-content{margin-top:20px;background-color:#ffffff;}
.login-input {overflow:hidden;margin:0px 0px 20px 0px;background-color:#ffffff;}
.login-input label{float:left;width:100%;padding-right:10px;text-align:left;line-height:35px;height:35px;font-size:22px;background-color:#ffffff;}
.login-input input.list-input{float:center;line-height:35px;height:35px;width:100%;border:#ebebeb 1px solid;text-indent:5px;background-color:#ffffff;}
.login-button{width:70%;margin:28px auto 0px auto;line-height:58px;font-size:14px;border:#ebebeb 1px solid;text-align:center;background-color:#ffffff;}
.login-button a{display:block;background-color:#ffffff;}
</style>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?86194243b3d0dc98474adb8d6755d003";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<body>
<div class="app">
<video id="player" preload autoplay webkit-playsinline='true' playsinline='true' x-webkit-airplay='true' x5-video-player-type='h5' x5-video-player-fullscreen='true' x5-video-ignore-metadata='true' controlslist="nodownload" poster="./img/bg.jpg"></video>
</div>
<span style="position:absolute;top:5px;left:10px;color:#fff;font-size:10px;">点击按钮选择【连续】/【循环】模式</span>
<span style="position:absolute;top:20px;left:10px;color:#fff;font-size:10px;">右滑/上滑切换下一个</span>
<span style="position:absolute;top:35px;left:10px;color:#fff;font-size:10px;">点击来源切换数据源</span>
<span style="position:absolute;top:50px;left:10px;color:#fff;font-size:10px;">点击爱心按钮收藏</span>
<span style="position:absolute;top:65px;left:10px;color:#fff;font-size:10px;">单击播放/暂停</span>
<span style="position:absolute;top:80px;left:10px;color:#fff;font-size:10px;">双击进入全屏</span>
<div id="buttons" style="position:absolute;bottom:150px;right:10px;">
<button id="bth" style="border-radius:20px;width:32px;height:32px;">循环</button>
<br><br><br>
<button id="yuan" style="border-radius:20px;width:32px;height:32px;">源1</button>
<br><br><br>
<button style="border-radius:20px;width:48px;height:32px;" onclick="players();">PASS</button>
<br><br><br>
<img style="border-radius:10px;width:32px;height:32px;" src="./img/love.png" title="点击添加收藏" id="love"/>
</div>
<span style="position:absolute;top:5px;right:10px;color:#4682B4;;font-size:12px;" id="userid">@Jmw`Power</span>
<span style="position:absolute;bottom:10px;left:10px;color:#fff;font-size:9px;">本程序仅作研究学习演示,数据采集自网络<br>原作者拍摄创作不易,请勿下载传播</span>
</body>
<div class="login" id="dlym" style="height:80vh;width: 85vw;">
<div class="login-title">ID*组·收藏登入<span><a class="close-login" onclick="$('#dlym').hide();">关闭</a></span></div>
<div class="login-input-content">
<div style="width:100%;height:1px;border-top: solid #ACC0D8 1px;"></div><br>
<div class="login-input">
<label>ID*组·账号:</label>
<input type="text" placeholder="ID*组·账号(建议使用易记的纯数字)" id="username" class="list-input"/>
</div>
<br><div style="width:100%;height:1px;border-top: solid #ACC0D8 1px;"></div>
<strong>温馨提示:</strong><br>
<span>1.本收藏功能为开放性ID组账号收藏体验,ID*组·账号不设密码,如已存在同ID组账号,即会在原ID组账号上添加收藏数据,您可以公开您的ID组账号给您志同道合的好友们;添加的收藏数据暂不支持取消,不支持删除ID组账号,请您谨慎操作!</span><br>
<span>2.点击来源显示按钮切换到收藏源即可浏览当前ID组账号收藏的数据。</span>
</div>
<div class="login-button"><a id="login">登录账号</a></div>
</div>
<script type="text/javascript" src="./js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="./js/jquery.cookie.min.js"></script>
<script>
$(document).ready(function(){
auto = false;
gi = 1;
url = "./get/get1.php";
vdurl = "./demo.mp4";
player = document.getElementById("player");
players();
alert('页面加载完毕,点击屏幕开始播放!');
var user = $.cookie('user');
if (user != null) {
$("#userid").html('@'+user);
} else {
$("#userid").html('@Jmw-Power');
}
$("#bth").on("click", function(){
auto = !auto;
this.innerText = (auto ? '连播' : '循环');
});
$("#love").on("click", function(){
user = $.cookie('user');
if (user == null) {
$('#dlym').show();
} else {
$.post("post.php",{userid:user,datastr:vdurl},function(datat,status){
dataobj = JSON.parse(datat);
if (dataobj.status == "YES") {
$("#love").attr('src','./img/loves.png');
console.log(dataobj.message);
}else{
console.log(dataobj.message);
}
});
}
});
$("#yuan").on("click", function(){
if (gi < 1) {
gi = gi + 1;
this.innerText = "源" + gi;
url = "./get/get" + gi + ".php";
} else if (gi = 1) {
var user = $.cookie('user');
if (user != null) {
gi = 0;
this.innerText = "收藏";
$("#userid").html('@'+user);
url = ("./get/get.php?user=" + user);
} else {
gi = 1;
this.innerText = "源" + gi;
$("#userid").html('@Jmw-Power');
url = "./get/get" + gi + ".php";
}
}
console.log(url);
});
player.addEventListener('ended', function () {
console.log("播放结束");
if (auto == false) {
player.play();
} else {
players();
}
}, false);
touchtime = new Date().getTime();
$("#player").on("click", function(){
if( new Date().getTime() - touchtime < 500 ){
console.log("dblclick");
FullScreen();
}else{
touchtime = new Date().getTime();
console.log("click");
if (player.paused) {
player.play();
} else {
player.pause();
}
}
});
});
function players() {
$.get(url,function(data,status){
if (status==status) {
console.log("成功获取数据!");
player.src = data;
vdurl = data;
console.log(data);
if (gi==0) {
$("#love").attr('src','./img/loves.png');
} else {
$("#love").attr('src','./img/love.png');
}
$.ajax({url: data,type: 'GET',complete: function(response) {
if(response.status != 200) {
console.log(response.status);
players();
}
}});
player.play();
} else {
console.log("失败,重新发起请求!");
players();
}
});
}
//进入全屏
function FullScreen() {
if (player .requestFullscreen) {
player .requestFullscreen();
player.play();
} else if (player .mozRequestFullScreen) {
player .mozRequestFullScreen();
player.play();
} else if (player .webkitRequestFullScreen) {
player .webkitRequestFullScreen();
player.play();
}
}
</script>
<script>
var startx, starty;
//获得角度
function getAngle(angx, angy) {
return Math.atan2(angy, angx) * 180 / Math.PI;
};
//根据起点终点返回方向 1向上 2向下 3向左 4向右 0未滑动
function getDirection(startx, starty, endx, endy) {
var angx = endx - startx;
var angy = endy - starty;
var result = 0;
//如果滑动距离太短
if (Math.abs(angx) < 2 && Math.abs(angy) < 2) {
return result;
}
var angle = getAngle(angx, angy);
if (angle >= -135 && angle <= -45) {
result = 1;
} else if (angle > 45 && angle < 135) {
result = 2;
} else if ((angle >= 135 && angle <= 180) || (angle >= -180 && angle < -135)) {
result = 3;
} else if (angle >= -45 && angle <= 45) {
result = 4;
}
return result;
}
//手指接触屏幕
document.addEventListener("touchstart", function(e){
startx = e.touches[0].pageX;
starty = e.touches[0].pageY;
}, false);
//手指离开屏幕
document.addEventListener("touchend", function(e) {
var endx, endy;
endx = e.changedTouches[0].pageX;
endy = e.changedTouches[0].pageY;
var direction = getDirection(startx, starty, endx, endy);
switch (direction) {
case 1:
console.log("向上!");
players();
break;
case 3:
console.log("向左!");
players();
break;
}
}, false);
</script>
<script type="text/javascript">
$("#login").on("click", function(){
var usernames = document.getElementById('username').value;
if (usernames.replace(/(^\s*)|(\s*$)/g, "") == "") { //----判断是否为空或者空格---
alert("请注意,账号内容不能为空!");
username.focus();
return;//------如果为空,阻止函数继续往下执行----
} else {
$.post("login.php",{username:usernames},function(datalogin,status){
objlogin = JSON.parse(datalogin);
if (objlogin.status == "YES") {
$.cookie('user', usernames);
$("#userid").html('@'+usernames);
$('#dlym').hide();
alert(objlogin.message);
}else{
alert(objlogin.message);
}
});
}
});
</script>
</html>