Sothis
一个bilibili直播的弹幕姬
room id不能是短id, 需要在个人空间查看对应长id, 或者使用浏览器查看post request的header
使用当前目录下的danmuji installer进行快速安装
使用了 bilibili-live-ws 进行与服务器的交互
使用了react与electron生成web端和desktop端的app
npm install
npm run dev
Serveral problem I met when building this project
-
It runs in dev mode but won't after electron build
electron.js must be put in public folder and in package.json, set main path, set homepage, and set build configuration.
-
Build command doesn't work
Windows has a different command line from most tutorials.
-
Icon can't be set
Put icon in public folder, after react build, set icon path to build/icon.ico in json file
-
Local storage can't use after app build
8说了,告辞