Commit 9ad5a005 by qiuren

feat: 更新

parent 9d0638d6
Showing with 4 additions and 4 deletions
......@@ -14,7 +14,7 @@ else {
let imgUrl1, imgUrl2, imgUrl3, imgUrl4;
let fileName = $firefly.urlData.appname;
const isFirefly = fileName == 'com.happy.live' || fileName =='com.yzfirefire.live.ios'
if ($firefly.urlData.appname == 'com.ftsfoss.android' || $firefly.urlData.appname == 'com.fusi.meet.live.chat.video.among.friends') {
fileName = 'fusi'
......@@ -25,8 +25,8 @@ 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'
if ($firefly.urlData.appname == 'com.happy.live') {
imgUrl1 = 'https://app.ixiulive.com/static/app/img/' + fileName + '/kf.webp';
if (isFirefly) {
imgUrl1 = 'https://app.ixiulive.com/static/app/img/com.happy.live/kf.webp';
} else if ($firefly.urlData.appname == 'com.ftsfuxin.android') {
imgUrl1 = 'https://app.ixiulive.com/static/app/img/' + fileName + '/kf.png';
}
......@@ -78,7 +78,7 @@ if ($firefly.urlData.appversion >= 7400) {
function openExtra() {
let infos;
if (fileName == 'com.happy.live') {
if (isFirefly) {
infos = [
[{
"fontStyle": {
......
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