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
f28837ec
authored
Sep 08, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新火箭游戏音效
parent
2f7759a3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
activeFt/luckySpace/index.html
activeFt/luckySpace/lib/default.js
activeFt/luckySpace/index.html
View file @
f28837ec
...
...
@@ -4,17 +4,17 @@
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
/>
<meta
content=
"telephone=no"
name=
"format-detection"
/
>
<meta
name=
"wap-font-scale"
content=
"no"
/
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<title></title>
<script
src=
"lib/fsize.js"
></script>
<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=2024111202"
/
>
<link
rel=
"stylesheet"
href=
"css/liMarquee.css"
/
>
<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=2024111202"
>
<link
rel=
"stylesheet"
href=
"css/liMarquee.css"
>
<style>
.layui-layer-shade
{
opacity
:
0.7
!important
;
...
...
activeFt/luckySpace/lib/default.js
View file @
f28837ec
...
...
@@ -79,11 +79,11 @@ $(".ref").on("click", function () {
});
function
btnHref
(
e
)
{
var
myJson
=
{
cid
:
12
,
reqCode
:
new
Date
().
getTime
(),
data
:
{
msg
:
"跳转页面"
,
jump
:
e
,
"cid"
:
12
,
"reqCode"
:
new
Date
().
getTime
(),
"data"
:
{
"msg"
:
"跳转页面"
,
"jump"
:
e
,
},
};
var
obj
=
JSON
.
stringify
(
myJson
);
...
...
@@ -142,7 +142,7 @@ function appCollaboration(msg) {
}
else
if
(
/android/
.
test
(
ua
))
{
window
.
yazhai
.
appCollaboration
(
msg
);
}
}
catch
(
e
)
{
}
}
catch
(
e
)
{
}
}
//处理时间倒计时的函数
function
timeDeal
(
e
)
{
...
...
@@ -219,10 +219,10 @@ function addDoc(e) {
}
function
callFK
()
{
var
obj2
=
{
cid
:
4
,
reqCode
:
new
Date
().
getTime
(),
data
:
{
msg
:
"请求客服"
,
"cid"
:
4
,
"reqCode"
:
new
Date
().
getTime
(),
"data"
:
{
"msg"
:
"请求客服"
,
},
};
var
obj
=
JSON
.
stringify
(
obj2
);
...
...
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