Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / Static

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 51fbe294 authored 2 months ago by qiuren's avatar qiuren
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

feat: 马甲包资源

parent fcf945b3 master
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 0 deletions
  • js/common.js
js/common.js
View file @ 51fbe294
...@@ -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;
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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