Commit 58d88741 by qiuren

feat: 新增甜心直播马甲包

parent bab77a2a
Showing with 59 additions and 0 deletions
......@@ -377,6 +377,65 @@ function handleVestApp (appname) {
firstChargeHalfBgEn: staticUrl + "/joyColor/first_charge_half_bg_en.jpg",
firstChargeStoneIcon: staticUrl + "/joyColor/first_charge_stone_icon.png",
};
}else if ( appname == "com.honey.live.chat.peach") {
/* 甜心 */
resourceObj = {
btnTextColor: "#fff",
fireColor: "#EE348B",
bgColor: "#fc8b98",
langBgColor: "#fff",
textColor: "#FD4F62",
themeColor: "#FD4F62", // 主题色
bgImg: staticUrl + "/honey/invite_bg.jpg",
bgEnImg: staticUrl + "/honey/invite_bg_en.jpg",
hasBuyIcon: staticUrl + "/honey/has_buy_icon.png",
iconBigFire: staticUrl + "/honey/icon_bigFire.png",
dewImg: staticUrl + "/honey/icon_dew.png",
fireImg: staticUrl + "/honey/icon_fire.png",
gewImg: staticUrl + "/honey/icon_gew.png",
inviteBg: staticUrl + "/honey/invite_bg.png",
inviteBgEn: staticUrl + "/honey/invite_bg_en.png",
lastImg: staticUrl + "/honey/last.png",
loadLogo: staticUrl + "/honey/load_logo.png",
logo: staticUrl + "/honey/logo.png",
noData: staticUrl + "/honey/no_data.png",
step1: staticUrl + "/honey/step1.png",
step1En: staticUrl + "/honey/step1_en.png",
step2: staticUrl + "/honey/step2.png",
step2En: staticUrl + "/honey/step2_en.png",
step3: staticUrl + "/honey/step3.png",
step3En: staticUrl + "/honey/step3_en.png",
vipImg: staticUrl + "/honey/vip.png",
svipImg: staticUrl + "/honey/svip.png",
vipBg1Cn: staticUrl + "/honey/vip_bg1_cn.png",
vipBg1En: staticUrl + "/honey/vip_bg1_en.png",
vipBg2Cn: staticUrl + "/honey/vip_bg2_cn.png",
vipBg2En: staticUrl + "/honey/vip_bg2_en.png",
noLogo: staticUrl + "/honey/no_data.png",
caseBg1: staticUrl + "/honey/case_bg1.png",
caseBg2: staticUrl + "/honey/case_bg2.png",
headLogo: staticUrl + "/honey/head_logo.png",
iconCorrect: staticUrl + "/honey/icon_correct.png",
checkColorBg: staticUrl + "/honey/check_color_bg.png",
multipleGew: staticUrl + "/honey/multipleGew.png",
iconBox: staticUrl + "/honey/icon_box.png",
rewardHeadChImg: staticUrl + "/honey/reward_head.png",
rewardHeadENImg: staticUrl + "/honey/reward_head_en.png",
rewaRdrulesCh1Img: staticUrl + "/honey/rewaRdrules-ch1.png",
rewaRdrulesCh2Img: staticUrl + "/honey/rewaRdrules-ch2.png",
rewaRdrulesEn1Img: staticUrl + "/honey/rewaRdrules-en1.png",
rewaRdrulesEn2Img: staticUrl + "/honey/rewaRdrules-en2.png",
rewardBgColor: '#fee4e7',// 直播奖励页面背景色
rewardIcon: staticUrl + "/honey/reward-icon.png",
gewBigImg:staticUrl + "/honey/icon_bigGew.png",
iconSmallGew:staticUrl + "/honey/icon_smallGew.png",
avatarLogo:staticUrl + "/honey/avatar_logo.png",
firstChargeFullBgCn: staticUrl + "/honey/first_charge_full_bg_cn.jpg",
firstChargeFullBgEn: staticUrl + "/honey/first_charge_full_bg_en.jpg",
firstChargeHalfBgCn: staticUrl + "/honey/first_charge_half_bg_cn.jpg",
firstChargeHalfBgEn: staticUrl + "/honey/first_charge_half_bg_en.jpg",
firstChargeStoneIcon: staticUrl + "/honey/first_charge_stone_icon.png",
};
} else {
resourceObj = {
// 默认是fusi和firefly
......
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