Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
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
df36b964
authored
May 07, 2026
by
qiuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更新
parent
ac2e7839
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
js/actHead.js
js/actHead.js
View file @
df36b964
...
@@ -24,19 +24,23 @@ if ($firefly.urlData.appname == 'com.ftsfoss.android' || $firefly.urlData.appnam
...
@@ -24,19 +24,23 @@ if ($firefly.urlData.appname == 'com.ftsfoss.android' || $firefly.urlData.appnam
if
(
isFirefly
)
{
if
(
isFirefly
)
{
// firefly
// firefly
imgUrl1
=
'https://app.ixiulive.com/static/app/img/com.happy.live/kf.webp'
;
imgUrl1
=
'https://app.ixiulive.com/static/app/img/com.happy.live/kf.webp'
;
imgUrl2
=
'https://app.ixiulive.com/static/app/img/com.happy.live/share1.png'
imgUrl3
=
'https://app.ixiulive.com/static/app/img/com.happy.live/5.png'
imgUrl4
=
'https://app.ixiulive.com/static/app/img/title.png'
;
imgUrl4
=
'https://app.ixiulive.com/static/app/img/title.png'
;
}
else
if
(
fileName
==
'fusi'
)
{
}
else
if
(
fileName
==
'fusi'
)
{
// fusiya
// fusiya
imgUrl1
=
'https://app.ixiulive.com/static/app/img/fusi/kf.png'
;
imgUrl1
=
'https://app.ixiulive.com/static/app/img/fusi/kf.png'
;
imgUrl2
=
'https://app.ixiulive.com/static/app/img/fusi/share1.png'
imgUrl3
=
'https://app.ixiulive.com/static/app/img/fusi/5.png'
imgUrl4
=
'https://app.ixiulive.com/static/app/img/fusi/title_fusiya.png'
imgUrl4
=
'https://app.ixiulive.com/static/app/img/fusi/title_fusiya.png'
}
else
{
}
else
{
// 其他马甲包
// 其他马甲包
imgUrl1
=
'https://app.ixiulive.com/static/app/img/'
+
fileName
+
'/kf.png'
;
imgUrl1
=
'https://app.ixiulive.com/static/app/img/'
+
fileName
+
'/kf.png'
;
imgUrl2
=
'https://app.ixiulive.com/static/app/img/'
+
fileName
+
'/share1.png'
imgUrl3
=
'https://app.ixiulive.com/static/app/img/'
+
fileName
+
'/5.png'
imgUrl4
=
'https://app.ixiulive.com/static/app/img/'
+
fileName
+
'/title.png'
imgUrl4
=
'https://app.ixiulive.com/static/app/img/'
+
fileName
+
'/title.png'
}
}
imgUrl2
=
'https://app.ixiulive.com/static/app/img/'
+
fileName
+
'/share1.png'
imgUrl3
=
'https://app.ixiulive.com/static/app/img/'
+
fileName
+
'/5.png'
if
(
$firefly
.
urlData
.
appversion
>=
7400
)
{
if
(
$firefly
.
urlData
.
appversion
>=
7400
)
{
try
{
try
{
...
...
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