This commit is contained in:
姚宇浩 2024-12-09 16:40:57 +08:00
parent 6281529cf4
commit 4d7ba50c5f
2 changed files with 2 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -40,7 +40,7 @@ const resetTimer = () => {
}
};
onMounted(() => {
// window.addEventListener("mousemove", resetTimer);
// window.addEventListener("keydown", resetTimer);
window.addEventListener("mousemove", resetTimer);
window.addEventListener("keydown", resetTimer);
});
</script>