V0.27.3.250618_alpha:添加了认证状态检查
This commit is contained in:
parent
bd1c5ea1c7
commit
b0c49a7d8c
Binary file not shown.
@ -710,6 +710,11 @@
|
|||||||
|
|
||||||
// 初始检查认证状态
|
// 初始检查认证状态
|
||||||
checkAuth();
|
checkAuth();
|
||||||
|
|
||||||
|
// 每5分钟检查一次认证状态
|
||||||
|
setInterval(() => {
|
||||||
|
checkAuth();
|
||||||
|
}, 5 * 60 * 1000); // 5分钟
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user