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
07e8a043
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
b8db0952
master
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
35 additions
and
35 deletions
dating.html
dewExc/index.html
focus.html
imagesPage.html
index.html
lib/default.js
live.html
reg/index.html
room/imagesRoom.html
room/liveRoom.html
room/videoRoom.html
search/index.html
space/index.html
space/like.html
space/myRoom.html
tag.html
videoPage.html
dating.html
View file @
07e8a043
...
...
@@ -12,7 +12,7 @@
}
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v='202208
17
01'"
></script>
<script
src=
"lib/default.js?v='202208
24
01'"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
dewExc/index.html
View file @
07e8a043
...
...
@@ -121,7 +121,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/default.js?v='202208
17
01'"
></script>
<script
src=
"../lib/default.js?v='202208
24
01'"
></script>
<script
src=
"../lib/login.js?v=2022081701"
></script>
<script>
$
(
function
(){
...
...
This diff is collapsed.
Click to expand it.
focus.html
View file @
07e8a043
...
...
@@ -12,7 +12,7 @@
}
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v='202208
17
01'"
></script>
<script
src=
"lib/default.js?v='202208
24
01'"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
imagesPage.html
View file @
07e8a043
...
...
@@ -12,7 +12,7 @@
}
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v='202208
17
01'"
></script>
<script
src=
"lib/default.js?v='202208
24
01'"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
index.html
View file @
07e8a043
...
...
@@ -12,7 +12,7 @@
}
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v='202208
17
01'"
></script>
<script
src=
"lib/default.js?v='202208
24
01'"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
lib/default.js
View file @
07e8a043
...
...
@@ -42,26 +42,26 @@ sessionStorage.qd=data.qd
sessionStorage
.
like
=
data
.
like
;
if
(
sessionStorage
.
open
==
undefined
)
sessionStorage
.
open
=
1
//跳轉移動端
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
try
{
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
if
(
bbb
.
indexOf
(
"/videoRoom"
)
>
-
1
){
window
.
location
.
href
=
'https://www.footseen.xyz/mobile/video.html?topicId='
+
sessionStorage
.
topicId
+
'&tag='
+
sessionStorage
.
tag
+
''
}
else
if
(
bbb
.
indexOf
(
"/imagesRoom"
)
>
-
1
){
window
.
location
.
href
=
'https://www.footseen.xyz/mobile/Graphics.html?topicId='
+
sessionStorage
.
topicId
+
'&tag='
;
}
else
window
.
location
.
href
=
"https://www.footseen.xyz/mobile/index.html"
//
var ua = window.navigator.userAgent.toLowerCase();
//
try {
//
if (/iphone|ipad|ipod/.test(ua)) {
//
if (bbb.indexOf("/videoRoom") > -1){
//
window.location.href='https://www.footseen.xyz/mobile/video.html?topicId='+sessionStorage.topicId+'&tag='+sessionStorage.tag+''
//
}else if(bbb.indexOf("/imagesRoom") > -1){
//
window.location.href='https://www.footseen.xyz/mobile/Graphics.html?topicId='+sessionStorage.topicId+'&tag=';
//
}
//
else window.location.href="https://www.footseen.xyz/mobile/index.html"
}
else
if
(
/android/
.
test
(
ua
))
{
if
(
bbb
.
indexOf
(
"/videoRoom"
)
>
-
1
){
window
.
location
.
href
=
'https://www.footseen.xyz/mobile/video.html?topicId='
+
sessionStorage
.
topicId
+
'&tag='
+
sessionStorage
.
tag
+
''
}
else
if
(
bbb
.
indexOf
(
"/imagesRoom"
)
>
-
1
){
window
.
location
.
href
=
'https://www.footseen.xyz/mobile/Graphics.html?topicId='
+
sessionStorage
.
topicId
+
'&tag='
;
}
else
window
.
location
.
href
=
"https://www.footseen.xyz/mobile/index.html"
}
}
catch
(
e
)
{
}
//
} else if (/android/.test(ua)) {
//
if (bbb.indexOf("/videoRoom") > -1){
//
window.location.href='https://www.footseen.xyz/mobile/video.html?topicId='+sessionStorage.topicId+'&tag='+sessionStorage.tag+''
//
}else if(bbb.indexOf("/imagesRoom") > -1){
//
window.location.href='https://www.footseen.xyz/mobile/Graphics.html?topicId='+sessionStorage.topicId+'&tag=';
//
}
//
else window.location.href="https://www.footseen.xyz/mobile/index.html"
//
}
//
} catch (e) {
//
}
try
{
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
sessionStorage
.
os
=
'ios'
...
...
This diff is collapsed.
Click to expand it.
live.html
View file @
07e8a043
...
...
@@ -12,7 +12,7 @@
}
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v='202208
17
01'"
></script>
<script
src=
"lib/default.js?v='202208
24
01'"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
reg/index.html
View file @
07e8a043
...
...
@@ -155,7 +155,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/default.js?v='202208
17
01'"
></script>
<script
src=
"../lib/default.js?v='202208
24
01'"
></script>
<script
src=
"../lib/login.js?v=2022081701"
></script>
<script
src=
"../lib/qrcode.min.js"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
room/imagesRoom.html
View file @
07e8a043
...
...
@@ -137,7 +137,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/default.js?v='202208
17
01'"
></script>
<script
src=
"../lib/default.js?v='202208
24
01'"
></script>
<script
src=
"../lib/login.js?v=2022081701"
></script>
<script
src=
"../lib/fingerprint2.js"
></script>
<script
async
defer
crossorigin=
"anonymous"
src=
"https://connect.facebook.net/en_US/sdk.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
room/liveRoom.html
View file @
07e8a043
...
...
@@ -464,7 +464,7 @@
<script
src=
"../lib/swiper.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/flv.js"
></script>
<script
src=
"../lib/default.js?v='202208
17
01'"
></script>
<script
src=
"../lib/default.js?v='202208
24
01'"
></script>
<script
src=
"../lib/login.js?v=2022081701"
></script>
<script
src=
"../lib/fingerprint2.js"
></script>
<script
async
defer
crossorigin=
"anonymous"
src=
"https://connect.facebook.net/en_US/sdk.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
room/videoRoom.html
View file @
07e8a043
...
...
@@ -137,7 +137,7 @@
<!-- <script>window.location.href="https://www.baidu.com"</script> -->
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/default.js?v='202208
17
01'"
></script>
<script
src=
"../lib/default.js?v='202208
24
01'"
></script>
<script
src=
"../lib/login.js?v=2022081701"
></script>
<script
src=
"../lib/fingerprint2.js"
></script>
<script
async
defer
crossorigin=
"anonymous"
src=
"https://connect.facebook.net/en_US/sdk.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
search/index.html
View file @
07e8a043
...
...
@@ -119,7 +119,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/default.js?v='202208
17
01'"
></script>
<script
src=
"../lib/default.js?v='202208
24
01'"
></script>
<script
src=
"../lib/login.js?v=2022081701"
></script>
<script
src=
"../lib/qrcode.min.js"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
space/index.html
View file @
07e8a043
...
...
@@ -230,7 +230,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/default.js?v='202208
17
01'"
></script>
<script
src=
"../lib/default.js?v='202208
24
01'"
></script>
<script
src=
"../lib/login.js?v=2022081701"
></script>
<script
async
defer
crossorigin=
"anonymous"
src=
"https://connect.facebook.net/en_US/sdk.js"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
space/like.html
View file @
07e8a043
...
...
@@ -73,7 +73,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/default.js?v='202208
17
01'"
></script>
<script
src=
"../lib/default.js?v='202208
24
01'"
></script>
<script
src=
"../lib/login.js?v=2022081701"
></script>
<script>
$
(
function
(){
...
...
This diff is collapsed.
Click to expand it.
space/myRoom.html
View file @
07e8a043
...
...
@@ -130,7 +130,7 @@
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/select.js"
></script>
<script
src=
"../lib/default.js?v='202208
17
01'"
></script>
<script
src=
"../lib/default.js?v='202208
24
01'"
></script>
<script
src=
"../lib/login.js?v=2022081701"
></script>
<script>
$
(
function
(){
...
...
This diff is collapsed.
Click to expand it.
tag.html
View file @
07e8a043
...
...
@@ -12,7 +12,7 @@
}
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v='202208
17
01'"
></script>
<script
src=
"lib/default.js?v='202208
24
01'"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
videoPage.html
View file @
07e8a043
...
...
@@ -12,7 +12,7 @@
}
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v='202208
17
01'"
></script>
<script
src=
"lib/default.js?v='202208
24
01'"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"
></script>
<script>
...
...
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