Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
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
74f40ed5
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加特殊cid
parent
6de57b90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
b/download.html
b/downloadIos.html
b/download.html
View file @
74f40ed5
...
...
@@ -27,9 +27,9 @@
</script>
<script>
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
var
nJumpArr
=
[
31184
,
11134
,
31179
,
31183
,
21144
,
11125
,
1116
,
31147
]
if
(
!
((
/iphone|ipad|ipod/
.
test
(
ua
))
||
(
/android/
.
test
(
ua
))))
{
if
(
url_get_params
().
icid
==
31184
||
url_get_params
().
icid
==
11134
)
{
if
(
nJumpArr
.
indexOf
(
url_get_params
().
icid
)
>
0
)
{
}
else
{
window
.
location
.
href
=
"https://www.footseen.xyz?go=footseen"
;
...
...
This diff is collapsed.
Click to expand it.
b/downloadIos.html
View file @
74f40ed5
...
...
@@ -25,8 +25,9 @@
</script>
<script>
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
var
nJumpArr
=
[
31184
,
11134
,
31179
,
31183
,
21144
,
11125
,
1116
,
31147
]
if
(
!
((
/iphone|ipad|ipod/
.
test
(
ua
))
||
(
/android/
.
test
(
ua
))))
{
if
(
url_get_params
().
icid
==
31184
||
url_get_params
().
icid
==
11134
)
{
if
(
nJumpArr
.
indexOf
(
url_get_params
().
icid
)
>
0
)
{
}
else
{
window
.
location
.
href
=
"https://www.footseen.xyz?go=footseen"
;
...
...
@@ -64,7 +65,7 @@
<p
data-lang=
"1"
>
English
</p>
<p
data-lang=
"7"
>
العربية
</p>
</div>
<a
class=
"topUp"
></a>
<div
id=
"box"
class=
"page curpage"
>
<div
class=
"page0 p"
>
...
...
@@ -85,14 +86,14 @@
<div
class=
"videoCon"
>
<video
id=
"video"
webkit-playsinline=
"true"
x-webkit-airplay=
"true"
playsinline=
"true"
x5-video-player-type=
"h5"
x5-video-player-fullscreen=
"true"
style=
"width: 100%;height: 100%;object-fit: fill;z-index: -1;"
autoplay=
"autoplay"
muted=
"false"
loop=
"loop"
>
style=
"width: 100%;height: 100%;object-fit: fill;z-index: -1;"
autoplay=
"autoplay"
muted=
"false"
loop=
"loop"
>
<source
src=
"https://footseen.com/video/video.mp4"
type=
"video/mp4"
>
</source>
</video>
</div>
</div>
<div
class=
"btnPage2 heartbeat"
></div>
<div
class=
"bubbles"
>
<div
class=
"bubble1"
></div>
...
...
@@ -141,7 +142,7 @@
}
touchB
=
false
;
curp
++
;
if
(
curp
==
2
)
{
$
(
'.wipeUp'
).
hide
();
$
(
'.downloadBtn2'
).
show
();
...
...
@@ -165,7 +166,7 @@
}
touchB
=
false
;
curp
--
;
if
(
curp
==
2
)
{
$
(
'.wipeUp'
).
hide
();
$
(
'.downloadBtn2'
).
show
();
...
...
@@ -203,9 +204,9 @@
}
getChannel
(
function
(
data
)
{
if
(
data
)
{
if
(
data
)
{
$
(
".iosDown,.downloadBtn2,.btnPage2"
).
attr
(
'data-clipboard-text'
,
data
.
iOSChannel
)
}
else
{
}
else
{
$
(
".iosDown,.downloadBtn2,.btnPage2"
).
attr
(
'data-clipboard-text'
,
iosData
)
}
});
...
...
@@ -228,11 +229,11 @@
$
(
'.topUp'
).
on
(
'click'
,
function
()
{
window
.
location
.
href
=
'https://www.footseen.com/footseen/phonepay/applepay.html?lang='
+
sessionStorage
.
lang
+
'&gofrom=web'
+
'&gofrom=web&cidStr=h5_footseengw'
;
})
$
(
'.voiceBtn'
).
on
(
'click'
,
function
()
{
if
(
$
(
this
).
hasClass
(
'muted'
))
{
$
(
'.voiceBtn'
).
on
(
'click'
,
function
()
{
if
(
$
(
this
).
hasClass
(
'muted'
))
{
$
(
'#video'
)[
0
].
muted
=
false
;
$
(
this
).
removeClass
(
'muted'
)
}
else
{
}
else
{
$
(
'#video'
)[
0
].
muted
=
true
;
$
(
this
).
addClass
(
'muted'
)
}
...
...
@@ -323,4 +324,4 @@
</script>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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