Commit 51fbe294 by qiuren

feat: 马甲包资源

parent fcf945b3
Showing with 5 additions and 0 deletions
...@@ -185,6 +185,7 @@ function handleVestApp (appname) { ...@@ -185,6 +185,7 @@ function handleVestApp (appname) {
rewardIcon: staticUrl + "/nectarina/reward-icon.png", rewardIcon: staticUrl + "/nectarina/reward-icon.png",
gewBigImg:staticUrl + "/nectarina/icon_bigGew.png", gewBigImg:staticUrl + "/nectarina/icon_bigGew.png",
iconSmallGew:staticUrl + "/nectarina/icon_smallGew.png", iconSmallGew:staticUrl + "/nectarina/icon_smallGew.png",
avatarLogo:staticUrl + "/nectarina/avatar_logo.png",// 客服头像
}; };
} else if ( } else if (
appname == "among.chameet.bigoo.Live.video.chat" || appname == "among.chameet.bigoo.Live.video.chat" ||
...@@ -241,6 +242,7 @@ function handleVestApp (appname) { ...@@ -241,6 +242,7 @@ function handleVestApp (appname) {
rewardIcon: staticUrl + "/secret/reward-icon.png", rewardIcon: staticUrl + "/secret/reward-icon.png",
gewBigImg:staticUrl + "/secret/icon_bigGew.png", gewBigImg:staticUrl + "/secret/icon_bigGew.png",
iconSmallGew:staticUrl + "/secret/icon_smallGew.png", iconSmallGew:staticUrl + "/secret/icon_smallGew.png",
avatarLogo:staticUrl + "/secret/avatar_logo.png",
}; };
} else if (appname == "com.chat.langlive.face.ins") { } else if (appname == "com.chat.langlive.face.ins") {
/* 烛光*/ /* 烛光*/
...@@ -295,6 +297,7 @@ function handleVestApp (appname) { ...@@ -295,6 +297,7 @@ function handleVestApp (appname) {
rewardIcon: staticUrl + "/candle/reward-icon.png", rewardIcon: staticUrl + "/candle/reward-icon.png",
gewBigImg:staticUrl + "/candle/icon_bigGew.png", gewBigImg:staticUrl + "/candle/icon_bigGew.png",
iconSmallGew:staticUrl + "/candle/icon_smallGew.png", iconSmallGew:staticUrl + "/candle/icon_smallGew.png",
avatarLogo:staticUrl + "/candle/avatar_logo.png",
}; };
} else if (appname == "chat.video.live.bigoo.micoo") { } else if (appname == "chat.video.live.bigoo.micoo") {
/* 悦色*/ /* 悦色*/
...@@ -348,6 +351,7 @@ function handleVestApp (appname) { ...@@ -348,6 +351,7 @@ function handleVestApp (appname) {
rewardIcon: staticUrl + "/joyColor/reward-icon.png", rewardIcon: staticUrl + "/joyColor/reward-icon.png",
gewBigImg:staticUrl + "/joyColor/icon_bigGew.png", gewBigImg:staticUrl + "/joyColor/icon_bigGew.png",
iconSmallGew:staticUrl + "/joyColor/icon_smallGew.png", iconSmallGew:staticUrl + "/joyColor/icon_smallGew.png",
avatarLogo:staticUrl + "/joyColor/avatar_logo.png",
}; };
} else { } else {
resourceObj = { resourceObj = {
...@@ -401,6 +405,7 @@ function handleVestApp (appname) { ...@@ -401,6 +405,7 @@ function handleVestApp (appname) {
rewardIcon: staticUrl + "/fusi/reward-icon.png", rewardIcon: staticUrl + "/fusi/reward-icon.png",
gewBigImg:staticUrl + "/fusi/icon_bigGew.png", gewBigImg:staticUrl + "/fusi/icon_bigGew.png",
iconSmallGew:staticUrl + "/fusi/icon_smallGew.png", iconSmallGew:staticUrl + "/fusi/icon_smallGew.png",
avatarLogo:staticUrl + "/fusi/avatar_logo.png",
}; };
} }
return resourceObj; return resourceObj;
......
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