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
ffa60ab0
authored
Sep 06, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理火箭升空倒计时声音播放两次bug
parent
bc8c5dfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
activeFt/luckySpace/lib/default.js
activeFt/luckySpace/lib/default.js
View file @
ffa60ab0
...
@@ -138,7 +138,7 @@ function rocketStop() {
...
@@ -138,7 +138,7 @@ function rocketStop() {
// 倒计时音效
// 倒计时音效
function
clock
(
min
,
sec
)
{
function
clock
(
min
,
sec
)
{
if
(
Number
(
min
)
==
0
&&
Number
(
sec
)
<
=
3
)
{
if
(
Number
(
min
)
==
0
&&
Number
(
sec
)
=
=
3
)
{
mAudios
.
clock
.
play
();
mAudios
.
clock
.
play
();
}
else
{
}
else
{
mAudios
.
clock
.
pause
();
mAudios
.
clock
.
pause
();
...
...
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