mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update eventfetcher alert
This commit is contained in:
@@ -9,7 +9,9 @@ const accountInfo = useAccount()
|
||||
let client = new DanmakuClient(null)
|
||||
|
||||
onMounted(() => {
|
||||
client.Start()
|
||||
if(accountInfo.value?.eventFetcherOnline != true){
|
||||
client.Start()
|
||||
}
|
||||
})
|
||||
onUnmounted(() => {
|
||||
client.Stop()
|
||||
|
||||
Reference in New Issue
Block a user