mirror of
https://github.com/xfgryujk/blivechat.git
synced 2026-08-19 09:43:28 +08:00
临时修复连接5分钟后用户名变星号的问题
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
npm i
|
||||
npm run build
|
||||
```
|
||||
2. 运行服务器(需要Python3.6以上版本):
|
||||
2. 运行服务器(需要Python3.8以上版本):
|
||||
```sh
|
||||
pip3 install -r requirements.txt
|
||||
python3 main.py
|
||||
|
||||
2
blivedm
2
blivedm
Submodule blivedm updated: 2cca7354b1...9d92fcdc91
@@ -107,7 +107,7 @@ export default class ChatClientDirect {
|
||||
|
||||
sendAuth() {
|
||||
let authParams = {
|
||||
uid: 0,
|
||||
uid: this.roomOwnerUid,
|
||||
roomid: this.roomId,
|
||||
protover: 3,
|
||||
platform: 'web',
|
||||
|
||||
Reference in New Issue
Block a user