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
2e569f9a
authored
Nov 24, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
7c3a6916
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
mTest/index.html
mTest/lib/default.js
mTest/room/liveRoom.html
mTest/index.html
View file @
2e569f9a
...
...
@@ -17,7 +17,7 @@
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"icon/fox-icon.png"
>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v=202211
1603
"
></script>
<script
src=
"lib/default.js?v=202211
2401
"
></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"
>
...
...
mTest/lib/default.js
View file @
2e569f9a
...
...
@@ -77,7 +77,7 @@ var mySound=data.sound;
async
:
false
,
success
:
function
(
res
)
{
var
result
=
JSON
.
parse
(
res
);
localStorage
.
canvasCode
=
window
.
navigator
.
userAgent
.
toLowerCase
()
+
result
.
ip
;
localStorage
.
canvasCode
=
window
.
navigator
.
userAgent
.
toLowerCase
()
+
'ip:'
+
result
.
ip
;
// if (result.code === 1) {
// if (result.checkResult) {
// window.location.hash = "no-back";
...
...
mTest/room/liveRoom.html
View file @
2e569f9a
...
...
@@ -569,7 +569,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../lib/default.js?v=202211
1802
"
></script>
<script
src=
"../lib/default.js?v=202211
2401
"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<!-- <script src="../lib/inobounce.js"></script> -->
<!-- <script src="lib/fingerprint2.js"></script> -->
...
...
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