perf: 去掉轮训

This commit is contained in:
rd
2025-09-18 14:54:57 +08:00
parent 7818cee3b3
commit de83fb2b99

View File

@ -33,8 +33,6 @@ const init = async () => {
if (isLogin) {
await initApp();
sidebarStore.startUnreadInfoPolling();
} else {
sidebarStore.stopUnreadInfoPolling();
}