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
Jun 24, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加内容
parent
ab912f1a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
112 additions
and
52 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
)
var
html
=
[];
html
+=
'
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.png"
alt
=
""
>
'
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 + '.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)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.webp"
alt
=
""
>
'
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
=
""
>
'
}
} else {
var videoNum = Math.ceil(Math.random() * 7)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.webp"
alt
=
""
>
'
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 () {
...
...
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
)
var
html
=
[];
html
+=
'
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.png"
alt
=
""
>
'
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 + '.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)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.webp"
alt
=
""
>
'
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
=
""
>
'
}
} else {
var videoNum = Math.ceil(Math.random() * 7)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"../download/images/down' + videoNum + '.webp"
alt
=
""
>
'
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 () {
...
...
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
)
var
html
=
[];
html
+=
'
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.png"
alt
=
""
>
'
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 + '.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)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.webp"
alt
=
""
>
'
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
=
""
>
'
}
} else {
var videoNum = Math.ceil(Math.random() * 7)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.webp"
alt
=
""
>
'
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 () {
...
...
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
)
var
html
=
[];
html
+=
'
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.png"
alt
=
""
>
'
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 + '.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)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.webp"
alt
=
""
>
'
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
=
""
>
'
}
} else {
var videoNum = Math.ceil(Math.random() * 7)
var html = [];
html += '
<
img
class
=
"down-webp"
src
=
"download/images/down' + videoNum + '.webp"
alt
=
""
>
'
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 () {
...
...
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