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
684a6187
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
61004c03
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
7 deletions
lib/login.js
mobile/download/download.html
mobile/download/download2.html
mobile/download/download3.html
mobile/download/download4.html
mobile/download/downloadPc.html
lib/login.js
View file @
684a6187
...
...
@@ -1287,8 +1287,6 @@ function watchNum(){
}
}
function
loginLayer
(){
googleLogin
()
layer
.
closeAll
()
...
...
This diff is collapsed.
Click to expand it.
mobile/download/download.html
View file @
684a6187
...
...
@@ -55,8 +55,11 @@
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
ua
.
indexOf
(
"miuibrowser/10.2.11"
)
>-
1
){
$
(
"video"
).
remove
()
}
$
(
".down"
).
on
(
"click"
,
function
(){
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://app.footseen.com/download.html'
;
}
else
if
(
/android/
.
test
(
ua
))
{
...
...
This diff is collapsed.
Click to expand it.
mobile/download/download2.html
View file @
684a6187
...
...
@@ -55,8 +55,11 @@
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
ua
.
indexOf
(
"miuibrowser/10.2.11"
)
>-
1
){
$
(
"video"
).
remove
()
}
$
(
".down"
).
on
(
"click"
,
function
(){
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://app.footseen.com/download.html'
;
}
else
if
(
/android/
.
test
(
ua
))
{
...
...
This diff is collapsed.
Click to expand it.
mobile/download/download3.html
View file @
684a6187
...
...
@@ -55,8 +55,11 @@
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
ua
.
indexOf
(
"miuibrowser/10.2.11"
)
>-
1
){
$
(
"video"
).
remove
()
}
$
(
".down"
).
on
(
"click"
,
function
(){
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://app.footseen.com/download.html'
;
}
else
if
(
/android/
.
test
(
ua
))
{
...
...
This diff is collapsed.
Click to expand it.
mobile/download/download4.html
View file @
684a6187
...
...
@@ -55,8 +55,11 @@
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
ua
.
indexOf
(
"miuibrowser/10.2.11"
)
>-
1
){
$
(
"video"
).
remove
()
}
$
(
".down"
).
on
(
"click"
,
function
(){
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://app.footseen.com/download.html'
;
}
else
if
(
/android/
.
test
(
ua
))
{
...
...
This diff is collapsed.
Click to expand it.
mobile/download/downloadPc.html
View file @
684a6187
...
...
@@ -66,8 +66,11 @@ $(function(){
}
})
var
browserLang
=
navigator
.
language
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
ua
.
indexOf
(
"miuibrowser/10.2.11"
)
>-
1
){
$
(
"video"
).
remove
()
}
$
(
".down"
).
on
(
"click"
,
function
(){
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://app.footseen.com/download.html'
;
}
else
if
(
/android/
.
test
(
ua
))
{
...
...
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