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

Function showMsg

jd_superMarket.js:108–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108function showMsg() {
109 $.log(`【京东账号${$.index}】${$.nickName}\n${message}`);
110 jdNotify = $.getdata('jdSuperMarketNotify') ? $.getdata('jdSuperMarketNotify') : jdNotify;
111 if (!jdNotify || jdNotify === 'false') {
112 $.msg($.name, subTitle, `【京东账号${$.index}】${$.nickName}\n${message}`);
113 }
114}
115
116//抽奖功能(招财进宝)
117async function drawLottery() {

Callers 1

jd_superMarket.jsFile · 0.70

Calls 3

logMethod · 0.45
getdataMethod · 0.45
msgMethod · 0.45

Tested by

no test coverage detected