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
bb49141c
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改下载
parent
4663e771
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
16 deletions
index.html
iosnew.html
index.html
View file @
bb49141c
...
@@ -78,17 +78,13 @@
...
@@ -78,17 +78,13 @@
if (/iphone|ipad|ipod/.test(ua)) {
if (/iphone|ipad|ipod/.test(ua)) {
clickDownload(function (data) {
clickDownload(function (data) {
var mData = '';
var mData = '';
if (localStorage.from == '
ftsgw
') {
mData = '
iosftsB
';
} else if (localStorage.from == '
vip
') {
mData = '
iosftsB
';
} else {
if (!data) {
if (!data) {
mData = '
iosftsB
';
mData = '
iosftsB
';
} else {
} else {
mData = data.iOSChannel;
mData = data.iOSChannel;
}
}
}
copyText(mData);
copyText(mData);
window.location.href = '
https
:
//app.footseen.com/download.html';
window.location.href = '
https
:
//app.footseen.com/download.html';
...
@@ -98,19 +94,14 @@
...
@@ -98,19 +94,14 @@
}
else
if
(
/android/
.
test
(
ua
))
{
}
else
if
(
/android/
.
test
(
ua
))
{
clickDownload
(
function
(
data
)
{
clickDownload
(
function
(
data
)
{
var
mData
=
''
;
var
mData
=
''
;
if
(
localStorage
.
from
==
'ftsgw'
)
{
mData
=
'ftsgw'
;
}
else
if
(
localStorage
.
from
==
'vip'
)
{
mData
=
'ftsBVIP'
;
}
else
{
if
(
!
data
)
{
if
(
!
data
)
{
mData
=
'ftsB'
;
mData
=
'ftsB'
;
if
(
hrf
==
'https://footseen.com/'
){
mData
=
'ftsgw'
}
}
else
{
}
else
{
mData
=
data
.
AndroidChannel
;
mData
=
data
.
AndroidChannel
;
}
}
}
copyText
(
mData
);
copyText
(
mData
);
var
url
=
'https://big.bgp.ourpow.com/apk/nf/Release-'
+
mData
+
'.apk'
;
var
url
=
'https://big.bgp.ourpow.com/apk/nf/Release-'
+
mData
+
'.apk'
;
var
xhr
=
new
XMLHttpRequest
();
var
xhr
=
new
XMLHttpRequest
();
...
...
This diff is collapsed.
Click to expand it.
iosnew.html
View file @
bb49141c
...
@@ -94,10 +94,11 @@
...
@@ -94,10 +94,11 @@
}
else
if
(
/android/
.
test
(
ua
))
{
}
else
if
(
/android/
.
test
(
ua
))
{
clickDownload
(
function
(
data
)
{
clickDownload
(
function
(
data
)
{
var
mData
=
''
;
var
mData
=
''
;
if
(
!
data
)
{
if
(
!
data
)
{
mData
=
'ftsB'
;
mData
=
'ftsB'
;
if
(
hrf
==
'https://footseen.com/'
)
{
mData
=
'ftsgw'
}
}
else
{
}
else
{
mData
=
data
.
AndroidChannel
;
mData
=
data
.
AndroidChannel
;
}
}
...
...
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