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
aff1bea7
authored
Mar 17, 2026
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新
parent
27bc255b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
22 deletions
activeFt/luckyFly/oldView.html
ftIcon/action2/index.html
activeFt/luckyFly/oldView.html
View file @
aff1bea7
...
...
@@ -85,28 +85,28 @@ $(function(){
setInterval
(
function
(){
view
()
},
60000
)
setTimeout
(
function
(){
if
(
sessionStorage
.
lang
==
2
)
return
;
//
setTimeout(function(){
//
if(sessionStorage.lang==2)return;
if
(
localStorage
.
fly
==
undefined
||
localStorage
.
fly
<
new
Date
().
getTime
()){
localStorage
.
fly
=
(
Number
(
new
Date
().
getTime
())
+
43200000
)
// 注释打开火箭弹窗代码
// $.ajax({
// url:$ip+'/actSecretGarden/openPopup.html',
// data:{
// width:'0',
// popupUrl:$url + "/activeFt/luckyFly/pop.html",
// height:'0.5',
// heightR:'100',
// x:'0',
// y:'0.5',
// },
// success:function(){
// if(localStorage.fly==undefined||localStorage.fly
<
new
Date
().
getTime
()){
// localStorage.fly=(Number(new Date().getTime())+43200000)
// // 注释打开火箭弹窗代码
// // $.ajax({
// // url:$ip+'/actSecretGarden/openPopup.html',
// // data:{
// // width:'0',
// // popupUrl:$url + "/activeFt/luckyFly/pop.html",
// // height:'0.5',
// // heightR:'100',
// // x:'0',
// // y:'0.5',
// // },
// // success:function(){
// // }
// // })
// }
// })
}
},
60000
)
// },60000)
function
getData
(
roomid
)
{
var
opts
=
{
reconnectionDelay
:
5000
,
...
...
ftIcon/action2/index.html
View file @
aff1bea7
...
...
@@ -101,8 +101,8 @@ $(function(){
})
}
setTimeout
(
function
(){
if
(
sessionStorage
.
lang
==
2
)
return
;
//
setTimeout(function(){
//
if(sessionStorage.lang==2)return;
// if(localStorage.fly==undefined||localStorage.fly
<
new
Date
().
getTime
()){
// localStorage.fly=(Number(new Date().getTime())+43200000)
// $.ajax({
...
...
@@ -119,7 +119,8 @@ $(function(){
// }
// })
// }
},
30000
)
// },30000)
function
getData
(
roomid
)
{
var
opts
=
{
reconnectionDelay
:
5000
,
...
...
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