Commit 0cb703fb by qiuren

feat: 马甲包资源

parent 51fbe294
Showing with 25 additions and 0 deletions
...@@ -186,6 +186,11 @@ function handleVestApp (appname) { ...@@ -186,6 +186,11 @@ function handleVestApp (appname) {
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",// 客服头像 avatarLogo:staticUrl + "/nectarina/avatar_logo.png",// 客服头像
firstChargeFullBgCn: staticUrl + "/nectarina/first_charge_full_bg_cn.jpg",
firstChargeFullBgEn: staticUrl + "/nectarina/first_charge_full_bg_en.jpg",
firstChargeHalfBgCn: staticUrl + "/nectarina/first_charge_half_bg_cn.jpg",
firstChargeHalfBgEn: staticUrl + "/nectarina/first_charge_half_bg_en.jpg",
firstChargeStoneIcon: staticUrl + "/nectarina/first_charge_stone_icon.png",
}; };
} else if ( } else if (
appname == "among.chameet.bigoo.Live.video.chat" || appname == "among.chameet.bigoo.Live.video.chat" ||
...@@ -243,6 +248,11 @@ function handleVestApp (appname) { ...@@ -243,6 +248,11 @@ function handleVestApp (appname) {
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", avatarLogo:staticUrl + "/secret/avatar_logo.png",
firstChargeFullBgCn: staticUrl + "/secret/first_charge_full_bg_cn.jpg",
firstChargeFullBgEn: staticUrl + "/secret/first_charge_full_bg_en.jpg",
firstChargeHalfBgCn: staticUrl + "/secret/first_charge_half_bg_cn.jpg",
firstChargeHalfBgEn: staticUrl + "/secret/first_charge_half_bg_en.jpg",
firstChargeStoneIcon: staticUrl + "/secret/first_charge_stone_icon.png",
}; };
} else if (appname == "com.chat.langlive.face.ins") { } else if (appname == "com.chat.langlive.face.ins") {
/* 烛光*/ /* 烛光*/
...@@ -298,6 +308,11 @@ function handleVestApp (appname) { ...@@ -298,6 +308,11 @@ function handleVestApp (appname) {
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", avatarLogo:staticUrl + "/candle/avatar_logo.png",
firstChargeFullBgCn: staticUrl + "/candle/first_charge_full_bg_cn.jpg",
firstChargeFullBgEn: staticUrl + "/candle/first_charge_full_bg_en.jpg",
firstChargeHalfBgCn: staticUrl + "/candle/first_charge_half_bg_cn.jpg",
firstChargeHalfBgEn: staticUrl + "/candle/first_charge_half_bg_en.jpg",
firstChargeStoneIcon: staticUrl + "/candle/first_charge_stone_icon.png",
}; };
} else if (appname == "chat.video.live.bigoo.micoo") { } else if (appname == "chat.video.live.bigoo.micoo") {
/* 悦色*/ /* 悦色*/
...@@ -352,6 +367,11 @@ function handleVestApp (appname) { ...@@ -352,6 +367,11 @@ function handleVestApp (appname) {
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", avatarLogo:staticUrl + "/joyColor/avatar_logo.png",
firstChargeFullBgCn: staticUrl + "/joyColor/first_charge_full_bg_cn.jpg",
firstChargeFullBgEn: staticUrl + "/joyColor/first_charge_full_bg_en.jpg",
firstChargeHalfBgCn: staticUrl + "/joyColor/first_charge_half_bg_cn.jpg",
firstChargeHalfBgEn: staticUrl + "/joyColor/first_charge_half_bg_en.jpg",
firstChargeStoneIcon: staticUrl + "/joyColor/first_charge_stone_icon.png",
}; };
} else { } else {
resourceObj = { resourceObj = {
...@@ -406,6 +426,11 @@ function handleVestApp (appname) { ...@@ -406,6 +426,11 @@ function handleVestApp (appname) {
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", avatarLogo:staticUrl + "/fusi/avatar_logo.png",
firstChargeFullBgCn: staticUrl + "/fusi/first_charge_full_bg_cn.jpg",
firstChargeFullBgEn: staticUrl + "/fusi/first_charge_full_bg_en.jpg",
firstChargeHalfBgCn: staticUrl + "/fusi/first_charge_half_bg_cn.jpg",
firstChargeHalfBgEn: staticUrl + "/fusi/first_charge_half_bg_en.jpg",
firstChargeStoneIcon: staticUrl + "/fusi/first_charge_stone_icon.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