mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🚨 修复 qodana 报错
This commit is contained in:
@@ -92,7 +92,7 @@ async function getTokenWeb(cookie: string): Promise<void> {
|
||||
prev[key.trim()] = value.trim();
|
||||
return prev;
|
||||
},
|
||||
{} as Record<string, string>,
|
||||
<Record<string, string>>{},
|
||||
);
|
||||
if (!("login_ticket" in ck) || !("login_uid" in ck)) {
|
||||
emits("loadOuter", { show: false });
|
||||
|
||||
Reference in New Issue
Block a user