Skip to content

Commit

Permalink
修复: acfun 的 done
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcyrus authored Dec 14, 2020
1 parent 4d533aa commit bf26846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acfun/acfun.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function sign() {
}
chavy.log(`${cookieName}, data: ${data}`)
})
chavy.done()
}

function getinfo(signresult) {
Expand All @@ -49,6 +48,7 @@ function getinfo(signresult) {
detail = `共签: ${result.cumulativeDays}次, 连签: ${result.continuousDays}次, 说明: ${signresult.msg}`
chavy.msg(title, subTitle, detail)
chavy.log(`${cookieName}, data: ${data}`)
chavy.done()
})
}

Expand Down

0 comments on commit bf26846

Please sign in to comment.