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
b7d274b5
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
3acef3d5
master
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
mTest/index.html
mTest/index.js
mTest/room/css/liveRoom.css
mTest/room/css/liveRoom.less
mTest/room/liveRoom.html
mTest/index.html
View file @
b7d274b5
...
...
@@ -400,7 +400,7 @@
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<!-- <script src="lib/fingerprint2.js"></script> -->
<script
src=
"lib/login.js?v=2022120501"
></script>
<script
src=
"index.js?v=20221
12903
"
defer=
""
></script>
<script
src=
"index.js?v=20221
20601
"
defer=
""
></script>
<!-- <script src="index.js" defer></script> -->
<!-- <link rel="manifest" href="manifest.webmanifest" /> -->
...
...
This diff is collapsed.
Click to expand it.
mTest/index.js
View file @
b7d274b5
...
...
@@ -18,6 +18,7 @@ window.addEventListener('beforeinstallprompt', (e) => {
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/android/
.
test
(
ua
))
{
if
(
sessionStorage
.
type
==
"pwa"
)
return
;
//安卓观看3个直播间
if
(
sessionStorage
.
lookNum
>=
3
){
sessionStorage
.
lookNum
=
0
...
...
@@ -42,6 +43,7 @@ window.addEventListener('beforeinstallprompt', (e) => {
}
//安卓首页停留20秒
if
(
sessionStorage
.
time
==
undefined
){
if
(
sessionStorage
.
type
==
"pwa"
)
return
;
setTimeout
(
function
()
{
var
bbb
=
location
.
href
;
if
(
bbb
.
indexOf
(
"liveRoom"
)
>
-
1
){
...
...
@@ -68,6 +70,7 @@ window.addEventListener('beforeinstallprompt', (e) => {
}
//安卓首次登陆
pwaT
=
setInterval
(
function
(){
if
(
sessionStorage
.
type
==
"pwa"
)
return
;
if
(
sessionStorage
.
oneLogin
==
1
){
clearInterval
(
pwaT
)
sessionStorage
.
oneLogin
=
0
...
...
This diff is collapsed.
Click to expand it.
mTest/room/css/liveRoom.css
View file @
b7d274b5
...
...
@@ -1577,7 +1577,7 @@
}
.more-mc-recommend
{
position
:
absolute
;
z-index
:
5
;
z-index
:
5
00
;
left
:
0.35rem
;
bottom
:
2.5rem
;
}
...
...
This diff is collapsed.
Click to expand it.
mTest/room/css/liveRoom.less
View file @
b7d274b5
...
...
@@ -1629,7 +1629,7 @@
}
.more-mc-recommend{
position: absolute;
z-index: 5;
z-index: 5
00
;
left: 0.35rem;
bottom: 2.5rem;
>p{
...
...
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
b7d274b5
...
...
@@ -35,7 +35,7 @@
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=2022112803"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=2022120
204
"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=2022120
601
"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=2022112803"
>
<link
rel=
"manifest"
href=
"../manifest.webmanifest?v=2022112308"
/>
<script
src=
"../lib/hello.js"
async
defer
></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