duan602728596/48tools
进入到 https://github.com/duan602728596/document/blob/master/48/README.md 下载 B站直播已改版,ROOMID获取方式如下: https://api.live.bilibili.com/room/v1/Room/room_init?id={{ ID }},GET请求。 本软件遵循 GNU General Public License v3.0 许可证。 Pug + Sass + ECMAScript + React + AntD + Webpack + NW.js。 输入命令 $ npm start 运行开发环境。 输入命令 $ npm build 编译到文件夹。 输入命令 $ npm run devdll 编译开发环境dll文件。 输入命令 $ npm run prodll 编译生产环境编译dll文件。 输入命令 $ npm run npmi 或 $ yarn run yarni 安装生产环境依赖。 https://wizardforcel.gitbooks.io/nwjs-doc/content/wiki/index.html nwjs: nwjs SDK app: 源代码 dependent: 依赖的文件存储目录 ffmpeg: ffmpeg(20180124版本在windows上会出现错误,导致无法运行命令,错误代码3221225781,应避免使用此版本。) output: window环境下的视频、Excel等文件的输出目录;mac下输出到下载目录 无论是开发环境还是生产环境,首先要编译dll文件,将公共模块提取出来。 node-sass如果安装失败,可以先到 https://github.com/sass/node-sass/releases 下载binding.node文件,然后将该文件添加到SASS_BINARY_PATH环境变量内。 请到 https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases 地址下载对应的ffmpeg.dll并覆盖到源目录中 将文件夹内的文件打包成压缩文件,并重命名为*.nw 将*.nw复制到和nw.exe同级目录下,运行 $ copy /b nw.exe+*.nw *.exe https://github.com/duan602728596/48tools
https://github.com/duan602728596/48tools