增加说明和登录优化

This commit is contained in:
2025-08-21 12:42:38 +08:00
parent 0a627cecfb
commit 36ae245ee6
11 changed files with 110 additions and 5 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ class PixivAuth {
this.accessToken = tokenData.access_token;
this.refreshToken = tokenData.refresh_token;
// 如果响应中包含用户信息,则保存
if (tokenData.user) {
this.user = tokenData.user;