mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-26 04:41:40 +08:00
添加配置官方翻译接口教程链接
This commit is contained in:
parent
6da20d9bdd
commit
23ebaca372
@ -1,8 +1,6 @@
|
||||
# blivechat
|
||||
用于OBS的仿YouTube风格的bilibili直播评论栏
|
||||
|
||||
最近喜欢看VTuber,想为此写些程序,于是有了这个东西。~~写到一半发现有类似项目了:[bilibili-live-chat](https://github.com/Tsuk1ko/bilibili-live-chat)、[BiliChat](https://github.com/3Shain/BiliChat)~~
|
||||
|
||||
![OBS截图](https://github.com/xfgryujk/blivechat/blob/master/screenshots/obs.png)
|
||||
![Chrome截图](https://github.com/xfgryujk/blivechat/blob/master/screenshots/chrome.png)
|
||||
![样式生成器截图](https://github.com/xfgryujk/blivechat/blob/master/screenshots/stylegen.png)
|
||||
@ -31,6 +29,7 @@
|
||||
|
||||
* 本地使用时不要关闭blivechat.exe那个黑框,否则不能继续获取头像或弹幕
|
||||
* 样式生成器没有列出所有本地字体,但是可以手动输入本地字体
|
||||
* 如果需要使用翻译功能,建议看[配置官方翻译接口傻瓜式教程](https://www.bilibili.com/read/cv14663633)
|
||||
|
||||
### 二、公共服务器
|
||||
请优先在本地使用,使用公共服务器会有更大的延迟,而且服务器故障时可能发生直播事故
|
||||
@ -83,7 +82,7 @@
|
||||
### 参考nginx配置
|
||||
`sudo vim /etc/nginx/sites-enabled/blivechat.conf`
|
||||
|
||||
```conf
|
||||
```nginx
|
||||
upstream blivechat {
|
||||
keepalive 8;
|
||||
# blivechat地址
|
||||
|
@ -12,7 +12,8 @@
|
||||
<p>{{$t('help.p5')}}</p>
|
||||
<p class="img-container large-img"><el-image fit="scale-down" src="/static/img/tutorial/tutorial-5.png"></el-image></p>
|
||||
<p><br><br><br><br><br><br><br><br>--------------------------------------------------------------------------------------------------------</p>
|
||||
<p>喜欢的话可以推荐给别人,专栏求支持_(:з」∠)_ <a href="https://www.bilibili.com/read/cv4594365" target="_blank">https://www.bilibili.com/read/cv4594365</a></p>
|
||||
<p>喜欢的话可以推荐给别人,专栏求支持_(:з」∠)_ <a href="https://www.bilibili.com/read/cv4594365" target="_blank">https://www.bilibili.com/read/cv4594365</a></p>
|
||||
<p>配置官方翻译接口傻瓜式教程 <a href="https://www.bilibili.com/read/cv14663633" target="_blank">https://www.bilibili.com/read/cv14663633</a>。注意必须下载到本地才能改后台配置,本地使用方法看 <a href="https://github.com/xfgryujk/blivechat#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95" target="_blank">项目地址中的使用方法说明</a></p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user