mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-25 22:29:42 +08:00
🐛 将ck更新逻辑移至首页,修正更新sql语句
This commit is contained in:
@@ -354,8 +354,6 @@ async function checkUserLoad(): Promise<void> {
|
||||
isLogin.value = false;
|
||||
return;
|
||||
}
|
||||
// 检测ck刷新
|
||||
await TSUserAccount.account.updateCk();
|
||||
if (!isLogin.value) isLogin.value = true;
|
||||
// 然后获取最近的UID
|
||||
if (uid.value === undefined || !uidDB.includes(uid.value)) {
|
||||
|
||||
Reference in New Issue
Block a user