bilibili直播间显示更多信息

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

Forfatter
killall
Daglige installasjoner
0
Totale installasjoner
580
Vurderinger
3 0 0
Versjon
3.20
Lagd
30.12.2023
Oppdatert
10.01.2025
Size
28,2 kB
Lisens
MIT
Gjelder
  • 自行修改配置:
 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,            // 头像大小
    },
  }