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

Function showMsg

activity/jd_split.js:81–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 await showMsg();
80}
81function showMsg() {
82 return new Promise(resolve => {
83 message += `任务已做完:具体奖品去发活动页面查看\n活动入口:京东APP首页右边浮动飘窗`;
84 $.msg($.name, '', `京东账号${$.index}${$.nickName}\n${message}`);
85 resolve()
86 })
87}
88async function helpFriends() {
89 for (let code of $.newShareCodes) {
90 if (!code) continue

Callers 1

jdSplitFunction · 0.70

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected