bilibili直播间显示更多信息

bilibili直播间显示开播时间,直播时长,粉丝数,人气值,分区,在线人数,封面,其他关注直播,pk等信息

As of 2024-12-12. See the latest version.

Author
killall
Ratings
0 0 0
Version
3.13
Created
2023-12-30
Updated
2024-12-12
Size
25.8 KB
License
MIT
Applies to
  • 自行修改配置:
  let Config = {
  livetime: {
    enable: true,           // 显示直播开始时间,持续时间
  },
  fans: {
    enable: true,           // 显示粉丝,人气,贡献值
    maxWidth: 350,          // 显示最大宽度(显示有问题才需要考虑改)
  },
  rank: {
    //(目前b站官方已经显示在线人数了 2024-05-05)
    //(现在改成显示在聊天框下面 2024-12-13)
    enable: true,           // 显示高能榜(在线人数)
  },
  cover: {
    enable: true,           // 显示直播封面
    location: 'afterbegin', // 封面显示位置(afterbegin,beforeend)
  },
  pk: {
    enable: true,           // 显示pk相关信息
  },
  otherLive: {
    enable: true,           // 显示其他关注的直播
    showTime: true,         // 是否在头像下面显示直播时长
    location: 'right',      // 显示位置(left,right)
    opacity: 1.0,           // 透明度
    maxHeight: 550,         // 最大显示高度(px)
    imgSize: 40,            // 头像大小
  },
长期地址
遇到问题?请前往 GitHub 提 Issues。