()
| 383 | } |
| 384 | |
| 385 | async run() { |
| 386 | await this.ensureLogin(); |
| 387 | const signInfo = await this.querySignHome(); |
| 388 | await this.sign(signInfo); |
| 389 | await this.querySignHome(); |
| 390 | const taskHome = await this.queryTaskHome(); |
| 391 | await this.doDailyTasks(taskHome); |
| 392 | await this.queryTaskHome(); |
| 393 | this.saveCache(); |
| 394 | } |
| 395 | } |
| 396 | |
| 397 | !(async () => { |
no test coverage detected