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
77d53463
authored
Sep 06, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:优化火箭坠落音效
parent
81db47ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
activeFt/luckySpace/index.html
activeFt/luckySpace/index.html
View file @
77d53463
...
@@ -543,13 +543,6 @@
...
@@ -543,13 +543,6 @@
var
boomNum
=
252
;
var
boomNum
=
252
;
$
(
".fly"
).
fadeOut
(
350
);
$
(
".fly"
).
fadeOut
(
350
);
betBoom
();
betBoom
();
// 用户参与了但是没跳船成功
if
(
data
.
result
.
userData
.
player
==
1
&&
data
.
result
.
userData
.
jumper
!=
1
)
{
betLose
();
}
$
(
".boomShow"
).
show
();
$
(
".boomShow"
).
show
();
boomTime
=
setInterval
(
function
()
{
boomTime
=
setInterval
(
function
()
{
...
@@ -560,6 +553,14 @@
...
@@ -560,6 +553,14 @@
$
(
".boomShow"
).
hide
();
$
(
".boomShow"
).
hide
();
}
}
},
70
);
},
70
);
// 用户参与了但是没跳船成功
if
(
data
.
result
.
userData
.
player
==
1
&&
data
.
result
.
userData
.
jumper
!=
1
)
{
betLose
();
}
}
}
function
goHotShow
()
{
function
goHotShow
()
{
var
goHotNum1
=
134
;
var
goHotNum1
=
134
;
...
...
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