MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / findTask

Function findTask

wxapp/ydyc.js:60–63  ·  view source on GitHub ↗
(info = {}, keyword = "")

Source from the content-addressed store, hash-verified

58}
59
60function findTask(info = {}, keyword = "") {
61 const list = Array.isArray(info.adv_arr) ? info.adv_arr : [];
62 return list.find((item) => String(item.title || "").includes(keyword)) || null;
63}
64
65async function request(options) {
66 const res = await axios.request({

Callers 3

queryIntegralInfoMethod · 0.85
runSignMethod · 0.85
runAdRewardsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected