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

Function taskInit

jd_pet.js:337–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335}
336// 初始化任务, 可查询任务完成情况
337async function taskInit() {
338 console.log('开始任务初始化');
339 $.taskInit = await request(arguments.callee.name.toString(), {"version":1});
340}
341// 每日签到, 每天一次
342async function signInitFun() {
343 console.log('准备每日签到');

Callers 1

jdPetFunction · 0.85

Calls 2

requestFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected