各种小修改

This commit is contained in:
John Smith
2019-05-28 19:05:59 +08:00
parent 83f27ef35d
commit 253f36c035
5 changed files with 448 additions and 433 deletions

View File

@@ -11,6 +11,17 @@
* 高亮舰队、房管、主播的用户名
## 使用方法
### 发布版
1. 下载[发布版](https://github.com/xfgryujk/blivechat/releases)仅提供Windows
2. 双击`blivechat.exe`运行服务器或者用命令行可以指定host和端口号
```bat
blivechat.exe --host 127.0.0.1 --port 80
```
3. 用浏览器打开[http://localhost](http://localhost)输入房间号进入复制房间URL其实就是http://localhost/room/<房间ID>
4. (可选)在[https://chatv2.septapus.com/](https://chatv2.septapus.com/)生成样式复制CSS
5. 在OBS中添加浏览器源输入URL和自定义CSS
### 源代码版
1. 编译前端需要安装NPM
```sh
cd frontend