1
All checks were successful
Build Multi-Platform Binaries / build (push) Successful in 26m24s

This commit is contained in:
Flik
2025-12-26 21:02:25 +08:00
parent 16feabac7c
commit 4a5603e5b7

View File

@@ -17,6 +17,7 @@ const loadClients = async () => {
} }
} }
const onlineClients = computed(() => { const onlineClients = computed(() => {
return clients.value.filter(client => client.online).length return clients.value.filter(client => client.online).length
}) })