()
| 595 | } |
| 596 | |
| 597 | async run() { |
| 598 | $.log(`\n账号[${this.index}] ${mask(this.openid || this.cacheKey)}`); |
| 599 | await this.ensureLogin(); |
| 600 | await this.queryMember(); |
| 601 | await this.dailySign(); |
| 602 | |
| 603 | const tasks = await this.queryTasks(); |
| 604 | await this.doTasks(tasks); |
| 605 | |
| 606 | await this.runFarmAutomation(); |
| 607 | |
| 608 | await this.queryMember(); |
| 609 | await this.queryFarm(); |
| 610 | } |
| 611 | } |
| 612 | |
| 613 | !(async () => { |
no test coverage detected