add song request

This commit is contained in:
2023-11-17 22:18:27 +08:00
parent 2d9325821f
commit cb03299a99
15 changed files with 1737 additions and 418 deletions

View File

@@ -245,6 +245,7 @@ export default class DanmakuClient {
chatClient.start()
console.log('[OPEN-LIVE] 已连接房间: ' + auth.anchor_info.room_id)
this.roomAuthInfo.value = auth
this.client = chatClient
return true
} else {
console.log('[OPEN-LIVE] 无法开启场次')