We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bd71d commit 68cb7f2Copy full SHA for 68cb7f2
1 file changed
Task/youth.js
@@ -217,6 +217,8 @@ function TaskCenter() {
217
await CardStatus()
218
} else if (dayid == "7") {
219
await readTime()
220
+ } else if (title == "元宵额外赚") {
221
+ await Census()
222
} else if (dayid == "10") {
223
$.log(title + "未完成,去做任务");
224
for (x = 0; x < 5; x++) {
@@ -425,7 +427,13 @@ function SevCont() {
425
427
})
426
428
429
}
-
430
+function Census() {
431
+ return new Promise((resolve, reject) =>{
432
+ $.post(kdHost('u/Uuz73'),async(error, resp, data) =>{
433
+ resolve()
434
+ })
435
436
+}
437
function int() {
438
return new Promise((resolve, reject) => {
439
let url = {
0 commit comments