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

Function showMsg

jd_live.js:84–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 return new Date().getTime() + new Date().getTimezoneOffset() * 60 * 1000 + 8 * 60 * 60 * 1000
83}
84function showMsg() {
85 return new Promise(resolve => {
86 if (!jdNotify) {
87 $.msg($.name, '', `${message}`);
88 } else {
89 $.log(`京东账号${$.index}${$.nickName}\n${message}`);
90 }
91 resolve()
92 })
93}
94
95// 开始看
96function getTaskList() {

Callers 1

jdHealthFunction · 0.70

Calls 2

msgMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected