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

Function showMsg

jd_car.js:86–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86function showMsg() {
87 return new Promise(resolve => {
88 $.msg($.name, '', `【京东账号${$.index}】${$.nickName}\n${message}`);
89 resolve()
90 })
91}
92
93function check() {
94 return new Promise(resolve => {

Callers 1

jd_car.jsFile · 0.70

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected