bilibili直播间显示更多信息

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

Versión del día 13/04/2024. Echa un vistazo a la versión más reciente.

Autor
killall
Calificaciones
0 0 0
Versión
3.007
Creado
30/12/2023
Actualizado
13/04/2024
Tamaño
32.8 KB
Licencia
MIT
Funciona en
  • 自行修改配置:
livetime: {
            enable: true                // 显示直播开始时间,持续时间
        },
        fans: {
            enable: true,               // 显示粉丝,人气
            updateFrequency: 1000,      // 粉丝,人气刷新频率(ms)
            maxWidth: 350,              // 显示最大宽度(显示有问题才需要考虑改)
        },
        rank: {
            enable: true,               // 显示高能榜(在线人数)
            showmode: 1,                // 1:(总在线人数), 2:(非0值在线人数/总人数), 3:(非0在线人数)
            updateFrequency: 1000,      // 在线人数刷新频率(ms)
        },
        cover: {
            enable: true,               // 显示直播封面
            location: 'afterbegin'      // 封面显示位置(afterbegin,beforeend)
        },
        pk: {
            enable: true,               // 显示pk相关信息
            updateFrequency: 5 * 1000   // 刷新频率(ms)
        },
        area: {
            enable: true,               // 显示分区信息
            updateFrequency: 10 * 1000  // 刷新频率(ms)
        },
        otherLive: {
            enable: true,               // 显示其他关注的直播
            updateFrequency: 60 * 1000, // 刷新频率(ms)
            showTime: true,             // 是否在头像下面显示直播时长
            location: "right",          // 显示位置(left,right)
            maxHeight: 550,             // 最大显示高度(px)
            imgSize: 40,                // 头像大小
        }
};
长期地址
遇到问题?请前往 GitHub 提 Issues。