Commit 4247ab79 by qiuren

feat: 马甲包资源

parent d120a2cf
Showing with 12 additions and 2 deletions
...@@ -182,7 +182,9 @@ function handleVestApp (appname) { ...@@ -182,7 +182,9 @@ function handleVestApp (appname) {
rewaRdrulesEn1Img: staticUrl + "/nectarina/rewaRdrules-en1.png", rewaRdrulesEn1Img: staticUrl + "/nectarina/rewaRdrules-en1.png",
rewaRdrulesEn2Img: staticUrl + "/nectarina/rewaRdrules-en2.png", rewaRdrulesEn2Img: staticUrl + "/nectarina/rewaRdrules-en2.png",
rewardBgColor: '#fcdbea',// 直播奖励页面背景色 rewardBgColor: '#fcdbea',// 直播奖励页面背景色
rewardIcon: staticUrl + "/secret/reward-icon.png", rewardIcon: staticUrl + "/nectarina/reward-icon.png",
gewBigImg:staticUrl + "/nectarina/icon_bigGew.png",
iconSmallGew:staticUrl + "/nectarina/icon_smallGew.png",
}; };
} else if ( } else if (
appname == "among.chameet.bigoo.Live.video.chat" || appname == "among.chameet.bigoo.Live.video.chat" ||
...@@ -237,6 +239,8 @@ function handleVestApp (appname) { ...@@ -237,6 +239,8 @@ function handleVestApp (appname) {
rewaRdrulesEn2Img: staticUrl + "/secret/rewaRdrules-en2.png", rewaRdrulesEn2Img: staticUrl + "/secret/rewaRdrules-en2.png",
rewardBgColor: '#fee4e7',// 直播奖励页面背景色 rewardBgColor: '#fee4e7',// 直播奖励页面背景色
rewardIcon: staticUrl + "/secret/reward-icon.png", rewardIcon: staticUrl + "/secret/reward-icon.png",
gewBigImg:staticUrl + "/secret/icon_bigGew.png",
iconSmallGew:staticUrl + "/secret/icon_smallGew.png",
}; };
} else if (appname == "chat.video.live.bigoo.micoo") { } else if (appname == "chat.video.live.bigoo.micoo") {
/* 悦色*/ /* 悦色*/
...@@ -287,7 +291,9 @@ function handleVestApp (appname) { ...@@ -287,7 +291,9 @@ function handleVestApp (appname) {
rewaRdrulesEn1Img: staticUrl + "/candle/rewaRdrules-en1.png", rewaRdrulesEn1Img: staticUrl + "/candle/rewaRdrules-en1.png",
rewaRdrulesEn2Img: staticUrl + "/candle/rewaRdrules-en2.png", rewaRdrulesEn2Img: staticUrl + "/candle/rewaRdrules-en2.png",
rewardBgColor: '#e3ffff', rewardBgColor: '#e3ffff',
rewardIcon: staticUrl + "/secret/reward-icon.png", rewardIcon: staticUrl + "/candle/reward-icon.png",
gewBigImg:staticUrl + "/candle/icon_bigGew.png",
iconSmallGew:staticUrl + "/candle/icon_smallGew.png",
}; };
} else if (appname == "com.chat.langlive.face.ins") { } else if (appname == "com.chat.langlive.face.ins") {
/* 烛光*/ /* 烛光*/
...@@ -339,6 +345,8 @@ function handleVestApp (appname) { ...@@ -339,6 +345,8 @@ function handleVestApp (appname) {
rewaRdrulesEn2Img: staticUrl + "/joyColor/rewaRdrules-en2.png", rewaRdrulesEn2Img: staticUrl + "/joyColor/rewaRdrules-en2.png",
rewardBgColor: '#fee0fe', rewardBgColor: '#fee0fe',
rewardIcon: staticUrl + "/secret/reward-icon.png", rewardIcon: staticUrl + "/secret/reward-icon.png",
gewBigImg:staticUrl + "/secret/icon_bigGew.png",
iconSmallGew:staticUrl + "/secret/icon_smallGew.png",
}; };
} else { } else {
resourceObj = { resourceObj = {
...@@ -390,6 +398,8 @@ function handleVestApp (appname) { ...@@ -390,6 +398,8 @@ function handleVestApp (appname) {
rewaRdrulesEn2Img: staticUrl + "/fusi/rewaRdrules-en2.jpg", rewaRdrulesEn2Img: staticUrl + "/fusi/rewaRdrules-en2.jpg",
rewardBgColor: '#e3ffff', rewardBgColor: '#e3ffff',
rewardIcon: staticUrl + "/fusi/reward-icon.png", rewardIcon: staticUrl + "/fusi/reward-icon.png",
gewBigImg:staticUrl + "/fusi/icon_bigGew.png",
iconSmallGew:staticUrl + "/fusi/icon_smallGew.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