bilibili直播间显示更多信息

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

Author
killall
Daily installs
2
Total installs
572
Ratings
2 0 0
Version
3.20
Created
2023-12-30
Updated
2025-01-10
Size
28.2 KB
License
MIT
Applies to
  • 自行修改配置:
 let Config = {
    livetime: {
      enable: true,           // 显示直播开始时间,持续时间
    },
    fans: {
      enable: true,           // 显示粉丝,人气,收益
      maxWidth: 450,          // 显示最大宽度(显示有问题才需要考虑改)
    },
    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,            // 头像大小
    },
  }