From 79e6720a05e8de9a849cde49d0e7a1b4cb8b079e Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:04:28 +0800 Subject: [PATCH] Update gqftbz.js --- gqftbz.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gqftbz.js b/gqftbz.js index e9fcf5c..5c529f2 100644 --- a/gqftbz.js +++ b/gqftbz.js @@ -577,6 +577,9 @@ class UserInfo { let writeResult = await writeFile(newData) if (writeResult) { console.log(`刷新CK && 写入文件成功`) + await this.user_info() + await this.task_signin() + await this.art_list() } else { console.log(`刷新CK && 写入文件失败`) }