MCPcopy Create free account
hub / github.com/Semporia/Scripts / jdHealth

Function jdHealth

jd_live.js:73–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 $.done();
72 })
73async function jdHealth() {
74 $.bean = 0
75 await getTaskList()
76 await sign()
77 message += `领奖完成,共计获得 ${$.bean} 京豆\n`
78 await showMsg();
79}
80
81function getTs() {
82 return new Date().getTime() + new Date().getTimezoneOffset() * 60 * 1000 + 8 * 60 * 60 * 1000

Callers 1

jd_live.jsFile · 0.70

Calls 3

getTaskListFunction · 0.70
signFunction · 0.70
showMsgFunction · 0.70

Tested by

no test coverage detected