Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d8f8d09a
authored
Nov 24, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
8f3d7fbd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
70 additions
and
59 deletions
mTest/css/base.css
mTest/index.html
mTest/index.js
mTest/lib/default.js
mTest/room/liveRoom.html
room/images/layer-ios.png
mTest/css/base.css
View file @
d8f8d09a
...
...
@@ -78,6 +78,7 @@ input[type=number]::-webkit-outer-spin-button {
bottom
:
0
;
left
:
0
;
z-index
:
650
;
display
:
none
;
}
.add-button-close
{
width
:
0.8rem
;
...
...
mTest/index.html
View file @
d8f8d09a
...
...
@@ -32,7 +32,7 @@
<meta
name=
"keywords"
content=
"footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css?v=202211240
1
"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=202211240
2
"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=2022112313"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022112313"
>
...
...
@@ -397,7 +397,7 @@ $(function(){
var
dHeight
=
$
(
document
).
height
()
$
(
".right-nav"
).
css
(
"height"
,
$
(
document
).
height
())
var
noUser
=
false
;
localStorage
.
canvasCode
=
"phone"
//用户是否登录
...
...
mTest/index.js
View file @
d8f8d09a
...
...
@@ -15,53 +15,57 @@ const addBtn = document.querySelector('.add-button');
addBtn
.
style
.
display
=
'none'
;
window
.
addEventListener
(
'beforeinstallprompt'
,
(
e
)
=>
{
//安卓观看3个直播间
if
(
sessionStorage
.
lookNum
>=
3
){
sessionStorage
.
lookNum
=
0
setTimeout
(()
=>
{
e
.
preventDefault
();
deferredPrompt
=
e
;
addBtn
.
style
.
display
=
'block'
;
addBtn
.
addEventListener
(
'click'
,
()
=>
{
addBtn
.
style
.
display
=
'none'
;
deferredPrompt
.
prompt
();
deferredPrompt
.
userChoice
.
then
((
choiceResult
)
=>
{
if
(
choiceResult
.
outcome
===
'accepted'
)
{
console
.
log
(
'User accepted the A2HS prompt'
);
}
else
{
console
.
log
(
'User dismissed the A2HS prompt'
);
}
deferredPrompt
=
null
;
});
});
},
3000
);
}
//安卓首页停留20秒
if
(
sessionStorage
.
time
==
undefined
){
setTimeout
(
function
()
{
var
bbb
=
location
.
href
;
if
(
bbb
.
indexOf
(
"liveRoom"
)
>
-
1
){
return
;
}
sessionStorage
.
time
=
1
e
.
preventDefault
();
deferredPrompt
=
e
;
addBtn
.
style
.
display
=
'block'
;
addBtn
.
addEventListener
(
'click'
,
()
=>
{
addBtn
.
style
.
display
=
'none'
;
deferredPrompt
.
prompt
();
deferredPrompt
.
userChoice
.
then
((
choiceResult
)
=>
{
if
(
choiceResult
.
outcome
===
'accepted'
)
{
console
.
log
(
'User accepted the A2HS prompt'
);
}
else
{
console
.
log
(
'User dismissed the A2HS prompt'
);
}
deferredPrompt
=
null
;
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/android/
.
test
(
ua
))
{
//安卓观看3个直播间
if
(
sessionStorage
.
lookNum
>=
3
){
sessionStorage
.
lookNum
=
0
setTimeout
(()
=>
{
e
.
preventDefault
();
deferredPrompt
=
e
;
addBtn
.
style
.
display
=
'block'
;
addBtn
.
addEventListener
(
'click'
,
()
=>
{
addBtn
.
style
.
display
=
'none'
;
deferredPrompt
.
prompt
();
deferredPrompt
.
userChoice
.
then
((
choiceResult
)
=>
{
if
(
choiceResult
.
outcome
===
'accepted'
)
{
console
.
log
(
'User accepted the A2HS prompt'
);
}
else
{
console
.
log
(
'User dismissed the A2HS prompt'
);
}
deferredPrompt
=
null
;
});
});
});
},
20000
);
},
3000
);
}
//安卓首页停留20秒
if
(
sessionStorage
.
time
==
undefined
){
setTimeout
(
function
()
{
var
bbb
=
location
.
href
;
if
(
bbb
.
indexOf
(
"liveRoom"
)
>
-
1
){
return
;
}
sessionStorage
.
time
=
1
e
.
preventDefault
();
deferredPrompt
=
e
;
addBtn
.
style
.
display
=
'block'
;
addBtn
.
addEventListener
(
'click'
,
()
=>
{
addBtn
.
style
.
display
=
'none'
;
deferredPrompt
.
prompt
();
deferredPrompt
.
userChoice
.
then
((
choiceResult
)
=>
{
if
(
choiceResult
.
outcome
===
'accepted'
)
{
console
.
log
(
'User accepted the A2HS prompt'
);
}
else
{
console
.
log
(
'User dismissed the A2HS prompt'
);
}
deferredPrompt
=
null
;
});
});
},
20000
);
}
}
});
mTest/lib/default.js
View file @
d8f8d09a
...
...
@@ -6,7 +6,7 @@
$ip
=
"https://cpapi.footseen.xyz/"
;
$ip2
=
"https://webserver.yabolive.net"
$ws
=
"wss://websocket.footseen.xyz:12308/"
//
checkIp()
checkIp
()
}
else
{
$ip
=
'http://cpapitest.yabolive.net:81/'
...
...
@@ -77,14 +77,15 @@ var mySound=data.sound;
async
:
false
,
success
:
function
(
res
)
{
var
result
=
JSON
.
parse
(
res
);
if
(
result
.
code
===
1
)
{
if
(
result
.
checkResult
)
{
window
.
location
.
hash
=
"no-back"
;
window
.
location
.
hash
=
"Again-No-back-button"
;
window
.
onhashchange
=
function
()
{
window
.
location
.
hash
=
"no-back"
;
}
window
.
location
.
href
=
'https://www.footseen.xyz/content.html?ip='
+
result
.
ip
;
}
}
localStorage
.
canvasCode
=
window
.
navigator
.
userAgent
.
toLowerCase
()
+
result
.
ip
;
// if (result.code === 1) {
// if (result.checkResult) {
// window.location.hash = "no-back";
// window.location.hash = "Again-No-back-button";
// window.onhashchange = function () { window.location.hash = "no-back"; }
// window.location.href = 'https://www.footseen.xyz/content.html?ip=' + result.ip;
// }
// }
}
})
}
...
...
mTest/room/liveRoom.html
View file @
d8f8d09a
...
...
@@ -30,7 +30,7 @@
<meta
name=
"keywords"
content=
"footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=202211240
1
"
>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=202211240
2
"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=2022112216"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=2022111808"
>
...
...
@@ -766,7 +766,12 @@ $(function(){
$
(
".play-icon"
).
hide
()
})
$
(
"#myVideo"
).
on
(
"canplay"
,
function
(){
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
if
(
sessionStorage
.
lookNum
>=
3
){
}
}
clearInterval
(
iosT
)
$
(
".play-icon"
).
hide
()
setTimeout
(
function
()
{
...
...
room/images/layer-ios.png
0 → 100644
View file @
d8f8d09a
130 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment