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
577f2600
authored
Sep 06, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新
parent
cbc386e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
activeFt/luckySpace/index.html
activeFt/luckySpace/lib/default.js
activeFt/luckySpace/index.html
View file @
577f2600
...
...
@@ -409,7 +409,7 @@
$
(
".top-btn4"
).
css
(
"display"
,
"none"
);
$
(
".top-btn5"
).
css
(
"display"
,
"block"
);
mAudios
.
bgm
.
muted
=
true
;
mAudios
.
bgm
.
pause
();
stopAll
();
});
$
(
".top-btn5"
).
on
(
"click"
,
function
()
{
$
(
".top-btn4"
).
css
(
"display"
,
"block"
);
...
...
activeFt/luckySpace/lib/default.js
View file @
577f2600
...
...
@@ -148,6 +148,17 @@ function rocketStop() {
mAudios
.
rocket
.
pause
();
}
// 点击静音关闭所有
function
stopAll
()
{
mAudios
.
bgm
.
pause
();
mAudios
.
rocket
.
pause
();
mAudios
.
boom
.
pause
();
mAudios
.
clock
.
pause
();
mAudios
.
boom
.
pause
();
mAudios
.
betWin
.
pause
();
mAudios
.
betLose
.
pause
();
}
// 倒计时音效
function
clock
(
min
,
sec
)
{
if
(
mAudios
.
bgm
.
muted
)
{
...
...
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