我魔兽世界用的是yclass colorscolors...

Colors - 专栏文章 - 网易云音乐
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
红色是我燃烧的欲望。
红色是我为爱跳动的血液。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
橙色是我年少时想送你的橘子汽水。
橙色是我伤疤痊愈后的温柔力量。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
***是我胆怯小心翼翼的遥望。
***是我沐浴黄昏的惋惜。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
绿色是我不停追寻的意义。
绿色是我军训无奈的吐槽。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
青色是我在泼墨山水画里等你的身影。
青色是我和你一起摇摆的节奏。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
靛蓝是我从你眼眸你看到的夜空。
靛蓝是我真切活着的呼喊。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
蓝色是我想念你时心的温度。
蓝色是我想要挣脱汹涌束缚的渴望。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
紫色是我涂抹伤口的颜料。
紫色是我熟悉的你凝结的香气。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
是否流干净黑色泪滴。
是否看过了黑色幽默。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
那双球鞋就会白皙如新。
那个风车会一直转着直到永远。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
你喜欢什么颜色呢
你是什么颜色的呢
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
我是什么颜色呢
或许五颜六色,不张扬,却明亮。
就像彩虹一样。
& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & &&
{var showResult = resource.end}
{if !showResult}
{var tempQuestion = resource.questions[0]}
{list tempQuestion.choices as choice}
{if choice.voted && choice.voted}
{var showResult = true}
{if resource.questions.length > 1}
{var singleQuestion = false}
{var singleQuestion = true}
{list resource.questions as question}
${comJST('m-topic-detail-vote-question', question, showResult, resource.displayType, singleQuestion)}
{if !showResult}
{if singleQuestion}
${question.title|escape}
{if !question.single}
(最多选${question.maxChoice}项)
${question.title}
{if !question.single}
(最多选${question.maxChoice}项)
${comJST('m-topic-detail-vote-question-choice-list', question.choices, showResult, displayType, question.id)}
{var tempChoice = choices[0]}
{var choiceType = 0}
{var choiceListClass = "list-text"}
{if tempChoice.text}
{if (tempChoice.resId > 0)}
{var choiceType = 1}
{var choiceListClass = "list-mix"}
{elseif tempChoice.picId > 0}
{var choiceType = 2}
{var choiceListClass = "list-pic"}
{var choiceType = 0}
{var choiceListClass = "list-text"}
{elseif (tempChoice.resId > 0)}
{var choiceType = 3}
{var choiceListClass = "list-resource"}
{var choiceType = 0}
{var choiceListClass = "list-text"}
{if showResult}
{var total = 0}
{list choices as choice}
{var total = choice.count + total}
{if total <= 0}
{var total = 1}
{var showOrder = displayType==1}
{if showOrder}
{var sortChoices = sort(choices)}
{list sortChoices as choice}
{var order = choice_index + 1}
${comJST('m-topic-detail-vote-question-choice-result', choice, choiceType, showOrder, order, total)}
{list choices as choice}
{var order = choice_index + 1}
${comJST('m-topic-detail-vote-question-choice-result', choice, choiceType, showOrder, order, total)}
{list choices as choice}
${comJST('m-topic-detail-vote-question-choice', choice, choiceType, questionid)}
{if choiceType == 0}
${choice.text|escape}
{elseif choiceType == 1 && choice.resource}
{if choice.resType == 4}
{var picUrl = choice.resource.album.picUrl}
{var artists = ""}
{list choice.resource.artists as artist}
{var artists = artists + artist.name}
{if artist_index < artist_length - 1}
{var artists = artists + ", "}
{var picUrl = choice.resource.coverUrl}
{var artists = choice.resource.radio.name}
${choice.text|escape}
${choice.resource.name|escape} - ${artists|escape}
{elseif choiceType == 2}
{var isGif = choice.picType == "gif"}
${choice.text|escape}
{elseif choiceType == 3 && choice.resource}
{if choice.resType == 4}
{var picUrl = choice.resource.album.picUrl}
{var artists = ""}
{list choice.resource.artists as artist}
{var artists = artists + artist.name}
{if artist_index < artist_length - 1}
{var artists = artists + ", "}
{var picUrl = choice.resource.coverUrl}
{var artists = choice.resource.radio.name}
${choice.resource.name|escape}
${artists|escape}
{if choiceType == 0}
{if showOrder}${order}{/if}
${choice.text|escape}
${comJST('m-topic-detail-vote-question-choice-result-bar', choice, total)}
{elseif choiceType == 1 && choice.resource}
{if choice.resType == 4}
{var picUrl = choice.resource.album.picUrl}
{var artists = ""}
{list choice.resource.artists as artist}
{var artists = artists + artist.name}
{if artist_index < artist_length - 1}
{var artists = artists + ", "}
{var picUrl = choice.resource.coverUrl}
{var artists = choice.resource.radio.name}
{if showOrder}${order}{/if}
${choice.text|escape}
${choice.resource.name|escape} - ${artists|escape}
${comJST('m-topic-detail-vote-question-choice-result-bar', choice, total)}
{elseif choiceType == 2}
{if showOrder}${order}{/if}
{var isGif = choice.picType == "gif"}
${choice.text|escape}
${comJST('m-topic-detail-vote-question-choice-result-bar', choice, total)}
{elseif choiceType == 3}
{if choice.resType == 4}
{var picUrl = choice.resource.album.picUrl}
{var artists = ""}
{list choice.resource.artists as artist}
{var artists = artists + artist.name}
{if artist_index < artist_length - 1}
{var artists = artists + ", "}
{var picUrl = choice.resource.coverUrl}
{var artists = choice.resource.radio.name}
{if showOrder}${order}{/if}
${choice.resource.name|escape} - ${artists|escape}
${comJST('m-topic-detail-vote-question-choice-result-bar', choice, total)}
{var count = 0}
{if choice.count}
{if choice.count > 1000000}
{var count = "100万+"}
{var count = choice.count}
${count}票
{macro testSong(resource)}
{if !detail.result}${detail.quiz.title|escape}{else}${detail.quiz.currentResultDesc|escape}{/if}
{if !detail.result}
{var result = detail.result}
{if detail.quiz.type===2}
${result.currentResult.score}
${result.currentResult.title}
{list result.currentResult.desc as item}
{if item.type === 1}
${item.content}
{elseif item.type === 2}
${testSong(item.content)}
${result.currentResult.percent}% 的人和你一样
{if detail.result && detail.result.otherResult.otherTestResultUnits.length > 0}
{var result = detail.result}
${detail.quiz.otherResultDesc|escape}
{list result.otherResult.otherTestResultUnits as rslt}
{if detail.quiz.type===2}
{if rslt.lowScore==rslt.highScore}${rslt.lowScore}{else}${rslt.lowScore}-${rslt.highScore}{/if}分: 
${rslt.title}
{list rslt.desc as item}
{if item.type === 1}
${item.content}
{elseif item.type === 2}
${testSong(item.content)}
${rslt.percent}% 的人得出这个结果
网易公司版权所有(C)杭州乐读科技有限公司运营:yClassColor公会/好友列表按职业着色插件
当前评分: 8.2
4月15日更新
更新至支持5.2的最新版本;
yClassColor各种面板职业着色,将公会会员列表、好友列表、查询列表的名字按职业和等级着色。
4月15日更新
更新至支持5.2的最新版本;
9月11日更新
更新至支持5.0.4的最新版本;
4月5日更新:
更新至支持4.3的40300.3版本;
12月26日更新:
更新至支持4.3的40300.2版本;
8月31日更新:
重新上传4.1.0版本,修正了玩家查询页面的密语错误;
最后更新: 11:13
插件大小:5.32kb
最新版本号:v5.2.0
插件来源: wowinterface
插件作者:Yaroot
下载排行榜
评分排行榜ClassColors职业颜色修改插件
当前评分: 7.9
7月31日更新:
更新至支持7.0.3的最新版本;
ClassColors职业颜色修改插件,修改游戏中任何地方出现的默认的职业颜色到你喜欢的颜色,如演示图。在界面选项的插件里进行修改颜色。
7月31日更新:
更新至支持7.0.3的最新版本;
7月26日更新:
更新至支持7.0.3的最新版本;
1月6日更新:
更新至支持6.0.3的最新版本;
11月15日更新
更新至支持6.0.3的最新版本;
10月22日更新
更新至支持6.0的最新版本;
7月16日更新
更新至支持5.4的最新版本;
3月6日更新
更新至支持5.2.0的最新版本;
12月26日更新
更新至支持5.1.0的最新版本;
9月11日更新
更新至支持5.0.4的最新版本;
6月23日更新:
更新到 ClassColors 4.3.4.56
12月23日更新:
更新到 ClassColors 4.0.3.43
1、更新支持大灾变WOW4.0;
2、修正了团队面板着色的问题;
6月14日更新:
更新到 ClassColors 3.3.29
1、在团队面板的玩家名字能正确被着色了;
2、增加了一个额外检测来防止错误;
1月12日更新:
发布初始版本;
最后更新: 18:30
插件大小:12.38kb
最新版本号:7.0.3.2
插件来源: curseforge
插件作者:Phanx
下载排行榜
评分排行榜

参考资料

 

随机推荐