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
de58a479
authored
Jan 17, 2026
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理测试服火箭升空问题
parent
729d2b10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
activeFt/luckySpace/index.html
activeFt/luckySpace/lib/default.js
activeFt/luckySpace/index.html
View file @
de58a479
...
...
@@ -302,7 +302,7 @@
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/liMarquee.js"
></script>
<script
src=
"lib/default.js?v='202
4062103
'"
></script>
<script
src=
"lib/default.js?v='202
601017
'"
></script>
<script>
var
betType
;
...
...
activeFt/luckySpace/lib/default.js
View file @
de58a479
...
...
@@ -13,6 +13,8 @@ if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
}
var
bbb
=
location
.
href
;
var
data
=
url_get_params
(
bbb
);
console
.
log
(
data
,
'data~'
);
var
mAudios
=
{
bgm
:
new
Audio
(),
boom
:
new
Audio
(),
...
...
@@ -23,7 +25,8 @@ var mAudios = {
water
:
new
Audio
(),
boom
:
new
Audio
(),
};
if
(
sessionStorage
.
kkk
==
undefined
)
{
if
(
sessionStorage
.
kkk
==
undefined
||
sessionStorage
.
kkk
==
"undefined"
)
{
sessionStorage
.
kkk
=
data
.
token
;
//t
sessionStorage
.
bbb
=
data
.
uid
;
//u
sessionStorage
.
version
=
data
.
appversion
;
...
...
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