Commit fcf945b3 by qiuren

feat: 马甲包资源

parent 4eb3e8a8
Showing with 15 additions and 14 deletions
......@@ -242,15 +242,16 @@ function handleVestApp (appname) {
gewBigImg:staticUrl + "/secret/icon_bigGew.png",
iconSmallGew:staticUrl + "/secret/icon_smallGew.png",
};
} else if (appname == "chat.video.live.bigoo.micoo") {
/* 悦色*/
} else if (appname == "com.chat.langlive.face.ins") {
/* 烛光*/
resourceObj = {
btnTextColor: "#fff",
fireColor: "#FEA718",
bgColor: "#fcd88a",
fireColor: "#FD58A7",
bgColor: "#fec2ff",
langBgColor: "#fff",
textColor: "F7CA6A",
themeColor: "#F7CA6A", // 主题色
textColor: "#E74EE7",
themeColor: "#E74EE7", // 主题色
bgImg: staticUrl + "/candle/invite_bg.jpg",
bgEnImg: staticUrl + "/candle/invite_bg_en.jpg",
hasBuyIcon: staticUrl + "/candle/has_buy_icon.png",
......@@ -290,20 +291,20 @@ function handleVestApp (appname) {
rewaRdrulesCh2Img: staticUrl + "/candle/rewaRdrules-ch2.png",
rewaRdrulesEn1Img: staticUrl + "/candle/rewaRdrules-en1.png",
rewaRdrulesEn2Img: staticUrl + "/candle/rewaRdrules-en2.png",
rewardBgColor: '#e3ffff',
rewardBgColor: '#fee0fe',
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 == "chat.video.live.bigoo.micoo") {
/* 悦色*/
resourceObj = {
btnTextColor: "#fff",
fireColor: "#FD58A7",
bgColor: "#fec2ff",
fireColor: "#FEA718",
bgColor: "#fcd88a",
langBgColor: "#fff",
textColor: "#E74EE7",
themeColor: "#E74EE7", // 主题色
textColor: "F7CA6A",
themeColor: "#F7CA6A", // 主题色
bgImg: staticUrl + "/joyColor/invite_bg.jpg",
bgEnImg: staticUrl + "/joyColor/invite_bg_en.jpg",
hasBuyIcon: staticUrl + "/joyColor/has_buy_icon.png",
......@@ -343,7 +344,7 @@ function handleVestApp (appname) {
rewaRdrulesCh2Img: staticUrl + "/joyColor/rewaRdrules-ch2.png",
rewaRdrulesEn1Img: staticUrl + "/joyColor/rewaRdrules-en1.png",
rewaRdrulesEn2Img: staticUrl + "/joyColor/rewaRdrules-en2.png",
rewardBgColor: '#fee0fe',
rewardBgColor: '#e3ffff',
rewardIcon: staticUrl + "/joyColor/reward-icon.png",
gewBigImg:staticUrl + "/joyColor/icon_bigGew.png",
iconSmallGew:staticUrl + "/joyColor/icon_smallGew.png",
......
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