️ 一些优化

This commit is contained in:
目棃
2024-02-07 13:20:48 +08:00
parent fa891a6884
commit 82cdee00e7
6 changed files with 20 additions and 17 deletions

View File

@@ -213,6 +213,7 @@ async function getTokenWeb(cookie: string): Promise<void> {
await TGLogger.Error("[tc-userBadge][getTokenWeb] 获取 cookie 失败");
return;
}
await TGSqlite.saveAppData("cookie", JSON.stringify(cookieUser));
showSnackbar({
text: "登录成功!",
color: "success",