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
d78d681f
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加内容
parent
ab912f1a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
100 additions
and
40 deletions
b/download.html
b/downloadIos.html
index.html
iosnew.html
b/download.html
View file @
d78d681f
...
...
@@ -63,23 +63,38 @@
$
(
function
()
{
var
browserLang
=
navigator
.
language
if
(
browserLang
.
indexOf
(
"zh"
)
==
-
1
)
{
$
(
".new-bg"
).
css
(
"background"
,
'url("../download/images/bg-En.png")0 -0.5rem / 100% 100% no-repeat'
)
$
(
".down-btn2"
).
css
(
"background"
,
'url(../download/images/downBtn2-En.png) 0/ 100% 100% no-repeat'
)
}
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
var
videoNum
=
Math
.
ceil
(
Math
.
random
()
*
6
)
if
(
browserLang
.
indexOf
(
"zh"
)
==
-
1
)
{
var
videoNum
=
Math
.
ceil
(
Math
.
random
()
*
10
)
var
html
=
[];
html
+=
'
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.png"
alt
=
""
>
'
html
+=
'
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down' + videoNum + '.png"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 19)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.png"
alt
=
""
>
'
}
}
else if (/android/.test(ua)) {
var videoNum = Math.ceil(Math.random() * 7)
if (browserLang.indexOf("zh") == -1) {
var videoNum = Math.ceil(Math.random() * 10)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"../download/images
/down' + videoNum + '.webp"
alt
=
""
>
'
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En
/down' + videoNum + '.webp"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 7
)
var videoNum = Math.ceil(Math.random() * 19
)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.webp"
alt
=
""
>
'
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.webp"
alt
=
""
>
'
}
} else {
if (browserLang.indexOf("zh") == -1) {
var videoNum = Math.ceil(Math.random() * 10)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down' + videoNum + '.webp"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 19)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.webp"
alt
=
""
>
'
}
}
$(".down-webp-box").html(html)
$(".down-btn2").on("click", function () {
...
...
This diff is collapsed.
Click to expand it.
b/downloadIos.html
View file @
d78d681f
...
...
@@ -63,23 +63,38 @@
$
(
function
()
{
var
browserLang
=
navigator
.
language
if
(
browserLang
.
indexOf
(
"zh"
)
==
-
1
)
{
$
(
".new-bg"
).
css
(
"background"
,
'url("../download/images/bg-En.png")0 -0.5rem / 100% 100% no-repeat'
)
$
(
".down-btn2"
).
css
(
"background"
,
'url(../download/images/downBtn2-En.png) 0/ 100% 100% no-repeat'
)
}
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
var
videoNum
=
Math
.
ceil
(
Math
.
random
()
*
6
)
if
(
browserLang
.
indexOf
(
"zh"
)
==
-
1
)
{
var
videoNum
=
Math
.
ceil
(
Math
.
random
()
*
10
)
var
html
=
[];
html
+=
'
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.png"
alt
=
""
>
'
html
+=
'
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down' + videoNum + '.png"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 19)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.png"
alt
=
""
>
'
}
}
else if (/android/.test(ua)) {
var videoNum = Math.ceil(Math.random() * 7)
if (browserLang.indexOf("zh") == -1) {
var videoNum = Math.ceil(Math.random() * 10)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"../download/images
/down' + videoNum + '.webp"
alt
=
""
>
'
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En
/down' + videoNum + '.webp"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 7
)
var videoNum = Math.ceil(Math.random() * 19
)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.webp"
alt
=
""
>
'
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.webp"
alt
=
""
>
'
}
} else {
if (browserLang.indexOf("zh") == -1) {
var videoNum = Math.ceil(Math.random() * 10)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down' + videoNum + '.webp"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 19)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.webp"
alt
=
""
>
'
}
}
$(".down-webp-box").html(html)
$(".down-btn2").on("click", function () {
...
...
This diff is collapsed.
Click to expand it.
index.html
View file @
d78d681f
...
...
@@ -64,23 +64,38 @@
$
(
function
()
{
var
browserLang
=
navigator
.
language
if
(
browserLang
.
indexOf
(
"zh"
)
==
-
1
)
{
$
(
".new-bg"
).
css
(
"background"
,
'url("download/images/bg-En.png")0 -0.5rem / 100% 100% no-repeat'
)
$
(
".down-btn2"
).
css
(
"background"
,
'url(download/images/downBtn2-En.png) 0/ 100% 100% no-repeat'
)
}
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
var
videoNum
=
Math
.
ceil
(
Math
.
random
()
*
6
)
if
(
browserLang
.
indexOf
(
"zh"
)
==
-
1
)
{
var
videoNum
=
Math
.
ceil
(
Math
.
random
()
*
10
)
var
html
=
[];
html
+=
'
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.png"
alt
=
""
>
'
html
+=
'
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down' + videoNum + '.png"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 19)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.png"
alt
=
""
>
'
}
}
else if (/android/.test(ua)) {
var videoNum = Math.ceil(Math.random() * 7)
if (browserLang.indexOf("zh") == -1) {
var videoNum = Math.ceil(Math.random() * 10)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"download/images
/down' + videoNum + '.webp"
alt
=
""
>
'
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En
/down' + videoNum + '.webp"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 7
)
var videoNum = Math.ceil(Math.random() * 19
)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.webp"
alt
=
""
>
'
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.webp"
alt
=
""
>
'
}
} else {
if (browserLang.indexOf("zh") == -1) {
var videoNum = Math.ceil(Math.random() * 10)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down' + videoNum + '.webp"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 19)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.webp"
alt
=
""
>
'
}
}
$(".down-webp-box").html(html)
$(".down-btn2").on("click", function () {
...
...
This diff is collapsed.
Click to expand it.
iosnew.html
View file @
d78d681f
...
...
@@ -64,23 +64,38 @@
$
(
function
()
{
var
browserLang
=
navigator
.
language
if
(
browserLang
.
indexOf
(
"zh"
)
==
-
1
)
{
$
(
".new-bg"
).
css
(
"background"
,
'url("download/images/bg-En.png")0 -0.5rem / 100% 100% no-repeat'
)
$
(
".down-btn2"
).
css
(
"background"
,
'url(download/images/downBtn2-En.png) 0/ 100% 100% no-repeat'
)
}
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
var
videoNum
=
Math
.
ceil
(
Math
.
random
()
*
6
)
if
(
browserLang
.
indexOf
(
"zh"
)
==
-
1
)
{
var
videoNum
=
Math
.
ceil
(
Math
.
random
()
*
10
)
var
html
=
[];
html
+=
'
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.png"
alt
=
""
>
'
html
+=
'
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down' + videoNum + '.png"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 19)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.png"
alt
=
""
>
'
}
}
else if (/android/.test(ua)) {
var videoNum = Math.ceil(Math.random() * 7)
if (browserLang.indexOf("zh") == -1) {
var videoNum = Math.ceil(Math.random() * 10)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"download/images
/down' + videoNum + '.webp"
alt
=
""
>
'
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En
/down' + videoNum + '.webp"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 7
)
var videoNum = Math.ceil(Math.random() * 19
)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.webp"
alt
=
""
>
'
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.webp"
alt
=
""
>
'
}
} else {
if (browserLang.indexOf("zh") == -1) {
var videoNum = Math.ceil(Math.random() * 10)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down' + videoNum + '.webp"
alt
=
""
>
'
} else {
var videoNum = Math.ceil(Math.random() * 19)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down' + videoNum + '.webp"
alt
=
""
>
'
}
}
$(".down-webp-box").html(html)
$(".down-btn2").on("click", function () {
...
...
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