Update gqftbz.js

This commit is contained in:
smallfawn 2024-04-01 16:04:28 +08:00 committed by GitHub
parent 732ab5adc2
commit 79e6720a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 && 写入文件失败`)
}