This commit is contained in:
kakkokari-gtyih 2025-08-30 10:21:26 +09:00
parent 080ec1004e
commit cdeddab905
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ export function useLowresTime() {
return computed(() => Math.max(time.value, now)); return computed(() => Math.max(time.value, now));
} }
setInterval(() => { window.setInterval(() => {
time.value = Date.now(); time.value = Date.now();
}, 10000); }, 10000);