mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-19 01:00:43 +08:00
Compare commits
No commits in common. "25293891880b17fed360f7e0ec140dfbdca2bfc9" and "3374454e93bb45fe7053399dd6322360b39d459f" have entirely different histories.
2529389188
...
3374454e93
@ -169,9 +169,9 @@ export class Main extends Template {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// if (i.rewardType) {
|
if (i.rewardType) {
|
||||||
// p.log("已完成:", i.assignmentName, i.type)
|
p.log("已完成:", i.assignmentName, i.type)
|
||||||
// }
|
}
|
||||||
else if (i.type == 24) {
|
else if (i.type == 24) {
|
||||||
p.log("正在运行:", i.assignmentName, i.type)
|
p.log("正在运行:", i.assignmentName, i.type)
|
||||||
let accept = await this.curl({
|
let accept = await this.curl({
|
||||||
@ -217,9 +217,6 @@ export class Main extends Template {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
else if (i.status == 2) {
|
|
||||||
p.log("已完成:", i.assignmentName)
|
|
||||||
}
|
|
||||||
else {
|
else {
|
||||||
status = 0
|
status = 0
|
||||||
p.log("正在运行:", i.assignmentName, i.type)
|
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