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
cbe9e10f
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
8d043792
master
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
6 deletions
content.html
mTest/index.html
mTest/lib/default.js
mTest/room/liveRoom.html
content.html
View file @
cbe9e10f
...
...
@@ -2,6 +2,13 @@
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-QT401FZZ2K'
);
</script>
<meta
charset=
"UTF-8"
>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<style>
...
...
This diff is collapsed.
Click to expand it.
mTest/index.html
View file @
cbe9e10f
...
...
@@ -19,7 +19,7 @@
<link
rel=
"apple-touch-icon-precomposed"
href=
"icon/fox-icon.png"
>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=202212
0
901"
></script>
<script
src=
"lib/default.js?v=202212
1
901"
></script>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
...
...
This diff is collapsed.
Click to expand it.
mTest/lib/default.js
View file @
cbe9e10f
...
...
@@ -94,10 +94,10 @@ if(data.back!=undefined)backGo=data.back;
localStorage
.
canvasCode
=
SparkMD5
.
hash
(
window
.
navigator
.
userAgent
.
toLowerCase
()
+
'ip:'
+
result
.
ip
);
if
(
result
.
code
===
1
)
{
if
(
result
.
checkResult
)
{
window
.
location
.
hash
=
"no-back"
;
window
.
location
.
hash
=
"Again-No-back-button"
;
window
.
onhashchange
=
function
()
{
window
.
location
.
hash
=
"no-back"
;
}
window
.
location
.
href
=
'https://www.footseen.xyz/content.html?ip='
+
result
.
ip
;
//
window.location.hash = "no-back";
//
window.location.hash = "Again-No-back-button";
//
window.onhashchange = function () { window.location.hash = "no-back"; }
//
window.location.href = 'https://www.footseen.xyz/content.html?ip=' + result.ip;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
cbe9e10f
...
...
@@ -587,7 +587,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../lib/spark-md5.min.js"
></script>
<script
src=
"../lib/default.js?v=202212
0
901"
></script>
<script
src=
"../lib/default.js?v=202212
1
901"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<!-- <script src="../lib/inobounce.js"></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