Skip to content

Commit bf26846

Browse files
authored
修复: acfun 的 done
1 parent 4d533aa commit bf26846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acfun/acfun.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function sign() {
2727
}
2828
chavy.log(`${cookieName}, data: ${data}`)
2929
})
30-
chavy.done()
3130
}
3231

3332
function getinfo(signresult) {
@@ -49,6 +48,7 @@ function getinfo(signresult) {
4948
detail = `共签: ${result.cumulativeDays}次, 连签: ${result.continuousDays}次, 说明: ${signresult.msg}`
5049
chavy.msg(title, subTitle, detail)
5150
chavy.log(`${cookieName}, data: ${data}`)
51+
chavy.done()
5252
})
5353
}
5454

0 commit comments

Comments
 (0)