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
c452eb11
authored
9 months ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
008a89d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
js/actHead.js
js/actHead.js
View file @
c452eb11
...
...
@@ -3,7 +3,7 @@
var
$ip
=
'https://ceshi.yabolive.tv/web'
;
var
$ip2
=
"https://activity.yazhaiyabo.com"
if
(
location
.
href
.
indexOf
(
"https://activity.yazhaiyabo.com/"
)
>
-
1
||
location
.
href
.
indexOf
(
"footseen.com"
)
>
-
1
)
{
if
(
location
.
href
.
indexOf
(
"https://activity.yazhaiyabo.com/"
)
>
-
1
||
location
.
href
.
indexOf
(
"footseen.com"
)
>
-
1
)
{
$ip
=
"https://webserver.yabolive.net"
;
$ip2
=
"https://activity.yazhaiyabo.com"
}
...
...
@@ -15,6 +15,12 @@ else {
let
imgUrl1
,
imgUrl2
,
imgUrl3
,
imgUrl4
;
let
fileName
=
$firefly
.
urlData
.
appname
;
if
(
$firefly
.
urlData
.
appname
==
'com.ftsfoss.android'
||
$firefly
.
urlData
.
appname
==
'com.fusi.live.ios'
)
{
fileName
=
'fusi'
}
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'
...
...
This diff is collapsed.
Click to expand it.
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