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

Function showMsg

jd_joy_feedPets.js:97–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 $.done();
96 })
97function showMsg() {
98 $.log(`\n${message}\n`);
99 jdNotify = $.getdata('jdJoyNotify') ? $.getdata('jdJoyNotify') : jdNotify;
100 if (!jdNotify || jdNotify === 'false') {
101 //$.msg($.name, subTitle, `【京东账号${$.index}】${$.UserName}\n` + message);
102 }
103}
104function feedPets(feedNum) {
105 return new Promise(resolve => {
106 console.log(`您设置的喂食数量::${FEED_NUM}g\n`);

Callers 1

jd_joy_feedPets.jsFile · 0.70

Calls 2

logMethod · 0.45
getdataMethod · 0.45

Tested by

no test coverage detected