1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

B站热搜添加直播中标签

This commit is contained in:
程序员小墨 2022-07-29 15:27:08 +08:00
parent c062151ea3
commit a068c3bb6e

View File

@ -255,6 +255,7 @@
<span class="hotband-label" style="background-color: ${getIconText(hotBand.icon)[1]}; ${hotBand.icon ? "" : "display: none;"}">${getIconText(hotBand.icon)[0]}</span>
</div>
<span>${hotBand.show_name}</span>
${hotBand.show_live_icon ? `<span class="hotband-label" style="background-color: #f69; padding: 1px 5px;">直播中</span>` : ""}
</nobr>
</td>