mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-03-13 11:20:42 +08:00
临时修复连接5分钟后用户名变星号的问题
This commit is contained in:
parent
8683c0bad7
commit
14c2fd48df
@ -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
@ -1 +1 @@
|
||||
Subproject commit 2cca7354b1e4e1376d66a4d442480d56e7d5e22f
|
||||
Subproject commit 9d92fcdc91ab4cd2968fb945363bb4ab2c49d20b
|
@ -107,7 +107,7 @@ export default class ChatClientDirect {
|
||||
|
||||
sendAuth() {
|
||||
let authParams = {
|
||||
uid: 0,
|
||||
uid: this.roomOwnerUid,
|
||||
roomid: this.roomId,
|
||||
protover: 3,
|
||||
platform: 'web',
|
||||
|
Loading…
Reference in New Issue
Block a user