mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update alert
This commit is contained in:
@@ -317,10 +317,8 @@ onMounted(async () => {
|
||||
message.info('从历史记录中加载 ' + users.length + ' 位用户')
|
||||
}
|
||||
}
|
||||
if (props.client) {
|
||||
props.client.on('danmaku', onDanmaku)
|
||||
props.client.on('gift', onGift)
|
||||
}
|
||||
props.client?.on('danmaku', onDanmaku)
|
||||
props.client?.on('gift', onGift)
|
||||
timer = setInterval(updateUsers, 1000 * 10)
|
||||
})
|
||||
onUnmounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user