larger interval

This commit is contained in:
Dorbmon 2024-12-25 15:04:12 +08:00
parent 4fc20979fc
commit f29ccfdee9
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ export function SideBar(props: { className?: string }) {
setTitle(subTitleRef.current);
setSubTitle(titleRef.current);
console.log("Swap", subTitleRef.current, titleRef.current);
}, 1000);
}, 5000);
return () => clearInterval(timer);
}, []);
return (