Commit df36b964 by qiuren

feat: 更新

parent ac2e7839
Showing with 6 additions and 2 deletions
...@@ -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 {
......
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