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

Function showMsg

jd_sign_graphics.js:88–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 })
87
88async function showMsg() {
89 $.msg($.name, `【签到数量】: ${turnTableId.length}个\n` + subTitle + message);
90 if ($.isNode() && message) await notify.sendNotify(`${$.name}`, `【签到数量】: ${turnTableId.length}个\n` + subTitle + message);
91}
92async function signRun() {
93 for (let i in turnTableId) {
94 signFlag = false

Callers 1

Calls 2

msgMethod · 0.45
isNodeMethod · 0.45

Tested by

no test coverage detected