mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
fix canbuy check, allow both live-request and music-request
This commit is contained in:
@@ -260,10 +260,10 @@ async function downloadConfig() {
|
||||
})
|
||||
}
|
||||
function startListen() {
|
||||
if (accountInfo.value?.settings.enableFunctions.includes(FunctionTypes.SongRequest)) {
|
||||
/*if (accountInfo.value?.settings.enableFunctions.includes(FunctionTypes.SongRequest)) {
|
||||
message.warning('使用这个点歌则需要先关闭歌势点歌 (SongRequest)')
|
||||
return
|
||||
}
|
||||
}*/
|
||||
listening.value = true
|
||||
message.success('开始监听')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user