From 14c2fd48df0b3d9d22f477b39a1ffc0d4c6f2769 Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 3 Jul 2023 23:03:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E4=BF=AE=E5=A4=8D=E8=BF=9E?= =?UTF-8?q?=E6=8E=A55=E5=88=86=E9=92=9F=E5=90=8E=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E5=8F=98=E6=98=9F=E5=8F=B7=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- blivedm | 2 +- frontend/src/api/chat/ChatClientDirect/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f271b8c..fdbf72a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ npm i npm run build ``` -2. 运行服务器(需要Python3.6以上版本): +2. 运行服务器(需要Python3.8以上版本): ```sh pip3 install -r requirements.txt python3 main.py diff --git a/blivedm b/blivedm index 2cca735..9d92fcd 160000 --- a/blivedm +++ b/blivedm @@ -1 +1 @@ -Subproject commit 2cca7354b1e4e1376d66a4d442480d56e7d5e22f +Subproject commit 9d92fcdc91ab4cd2968fb945363bb4ab2c49d20b diff --git a/frontend/src/api/chat/ChatClientDirect/index.js b/frontend/src/api/chat/ChatClientDirect/index.js index 6ef00c9..8ecf8e1 100644 --- a/frontend/src/api/chat/ChatClientDirect/index.js +++ b/frontend/src/api/chat/ChatClientDirect/index.js @@ -107,7 +107,7 @@ export default class ChatClientDirect { sendAuth() { let authParams = { - uid: 0, + uid: this.roomOwnerUid, roomid: this.roomId, protover: 3, platform: 'web',