mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-15 23:21:16 +08:00
Compare commits
2 Commits
3374454e93
...
2529389188
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2529389188 | ||
|
|
ea6ad66260 |
@ -169,9 +169,9 @@ export class Main extends Template {
|
||||
}
|
||||
)
|
||||
}
|
||||
if (i.rewardType) {
|
||||
p.log("已完成:", i.assignmentName, i.type)
|
||||
}
|
||||
// if (i.rewardType) {
|
||||
// p.log("已完成:", i.assignmentName, i.type)
|
||||
// }
|
||||
else if (i.type == 24) {
|
||||
p.log("正在运行:", i.assignmentName, i.type)
|
||||
let accept = await this.curl({
|
||||
@ -217,6 +217,9 @@ export class Main extends Template {
|
||||
}
|
||||
)
|
||||
}
|
||||
else if (i.status == 2) {
|
||||
p.log("已完成:", i.assignmentName)
|
||||
}
|
||||
else {
|
||||
status = 0
|
||||
p.log("正在运行:", i.assignmentName, i.type)
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user