Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
fsActive
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
a405834f
authored
Aug 22, 2024
by
libai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.yabolive.net:libai/fsActive into master
parents
d204d871
e2e15d34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
ftIcon/liveData2/index.html
ftIcon/liveData2/index.html
View file @
a405834f
...
...
@@ -13,7 +13,7 @@
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/daily.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202408
01
01"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202408
17
01"
>
<link
rel=
"stylesheet"
href=
"css/liMarquee.css"
>
<style>
.layui-layer-shade
{
...
...
@@ -78,7 +78,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='20240
61702
'"
></script>
<script
src=
"lib/default.js?v='20240
81701
'"
></script>
<script
type=
"text/javascript"
src=
"https://app.ixiulive.com/static/js/socket.io.js"
></script>
<script>
$
(
function
(){
...
...
@@ -176,23 +176,23 @@ $(function(){
}
setTimeout
(
function
(){
if
(
localStorage
.
gardenLayer
==
undefined
||
localStorage
.
gardenLayer
<
new
Date
().
getTime
()){
localStorage
.
gardenLayer
=
(
Number
(
new
Date
().
getTime
())
+
86400000
)
$
.
ajax
({
url
:
$ip
+
'/actSecretGarden/openPopup.html'
,
data
:{
width
:
'0'
,
popupUrl
:
$url
+
"/activeFt/garden/pop.html"
,
height
:
'0.5'
,
heightR
:
'106'
,
x
:
'0'
,
y
:
'0.5'
,
},
success
:
function
(){
//
if(localStorage.gardenLayer==undefined||localStorage.gardenLayer
<
new
Date
().
getTime
()){
//
localStorage.gardenLayer=(Number(new Date().getTime())+86400000)
//
$.ajax({
//
url:$ip+'/actSecretGarden/openPopup.html',
//
data:{
//
width:'0',
//
popupUrl:$url + "/activeFt/garden/pop.html",
//
height:'0.5',
//
heightR:'106',
//
x:'0',
//
y:'0.5',
//
},
//
success:function(){
}
})
}
//
}
//
})
//
}
},
30000
)
$
(
".act-room-bg2"
).
on
(
"click"
,
function
(){
var
obj
=
{
...
...
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