MCPcopy Create free account
hub / github.com/NobyDa/Script / done

Function done

iQIYI-DailyBonus/iQIYI.js:509–512  ·  view source on GitHub ↗
(value = {})

Source from the content-addressed store, hash-verified

507 return console.log('\n签到用时: ' + end + ' 秒')
508 }
509 const done = (value = {}) => {
510 if (isQuanX) return $done(value)
511 if (isSurge) isRequest ? $done(value) : $done()
512 }
513 return {
514 isRequest,
515 isNode,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected