临时修复连接5分钟后用户名变星号的问题

This commit is contained in:
John Smith
2023-07-03 23:03:14 +08:00
parent 8683c0bad7
commit 14c2fd48df
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
npm i
npm run build
```
2. 运行服务器需要Python3.6以上版本):
2. 运行服务器需要Python3.8以上版本):
```sh
pip3 install -r requirements.txt
python3 main.py

Submodule blivedm updated: 2cca7354b1...9d92fcdc91

View File

@@ -107,7 +107,7 @@ export default class ChatClientDirect {
sendAuth() {
let authParams = {
uid: 0,
uid: this.roomOwnerUid,
roomid: this.roomId,
protover: 3,
platform: 'web',