()
| 587 | } |
| 588 | |
| 589 | async run() { |
| 590 | $.log(`\n账号[${this.index}] ${mask(this.openid || this.cacheKey)}`); |
| 591 | await this.ensureLogin(); |
| 592 | await this.loadClockConfig(); |
| 593 | await this.userInfo(); |
| 594 | await this.clockInfo(); |
| 595 | await this.sign(); |
| 596 | await this.browseTasks(); |
| 597 | await this.lottery(); |
| 598 | } |
| 599 | } |
| 600 | |
| 601 | !(async () => { |
no test coverage detected