Update lenovoapp.js

This commit is contained in:
smallfawn 2024-06-06 20:12:47 +08:00 committed by GitHub
parent 9799e29291
commit fad684a20e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ class Task {
async main() {
await this.userInfo()
if (this.ckStatus) {
await this.isSignIn()
await this.checkIn()
await this.getUserTaskList();
}