winget install --id=Vector000.bilive_electron -e
Bilibili live tool, written with Electron and Vue.JS.
Bilive_Electron is a Bilibili live streaming tool developed using Electron and Vue.js. Designed to enhance the user experience for Bilibili streamers and viewers, this application offers a streamlined interface for managing live streams, interacting with audiences, and accessing essential features directly from the desktop.
Key Features:
Audience & Benefit:
Ideal for Bilibili streamers, content creators, and active viewers who seek a more interactive and efficient way to engage with the platform. By providing tools for advanced stream management, gift interactions, and chat functionality, Bilive_Electron helps users enhance their live streaming experience and foster stronger connections with their audience.
Bilive_Electron can be installed via winget, ensuring easy setup for users looking to integrate this tool into their workflow.
从bilive_client项目(我自己的分支,原作者的主分支在此:主分支)衍生而来的Electron应用。应用Vue.JS进行前端数据处理,Vuetify作为前端UI框架
主要基本与原项目功能一致,本项目采用了Vue+Vuetify,运行日志查找非常方便。而且Vuetify嘛,观感还是不错滴←◡←
不会用命令行的童鞋可以直接玩儿release
增添的功能:
Release可以直接下载使用,目前没有做linux包的打算,有兴趣的可以自行编译
git clone
cd bilive_electron
npm install
npm start
直接运行npm run make
编译为当前平台(win/linux/...)应用,编译生成的程序会在/out
目录中生成,对应的安装包则位于/out/make
目录cd /out/Bilive_Electron-${平台platform}-${架构arch}
./Bilive_Electron.exe
在命令行中运行,可直接看到node后端的console