MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / getNotice

Function getNotice

wxapp/haitian.js:468–478  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466 .finally(() => $.done());
467
468async function getNotice() {
469 try {
470 const { data: res } = await axios.request({
471 url: "https://ghproxy.net/https://raw.githubusercontent.com/smallfawn/Note/refs/heads/main/Notice.json",
472 headers: { "User-Agent": defaultUserAgent },
473 timeout: 3000,
474 });
475 $.log(res);
476 return res;
477 } catch (e) {}
478}

Callers 1

haitian.jsFile · 0.70

Calls 2

requestMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected