Commit c452eb11 by agan

xg

parent 008a89d4
Showing with 7 additions and 1 deletions
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment