()
| 84 | $.done(); |
| 85 | }) |
| 86 | function showMsg() { |
| 87 | jdNotify = $.getdata('jdSpeedNotify') ? $.getdata('jdSpeedNotify') : jdNotify; |
| 88 | if (!jdNotify || jdNotify === 'false') { |
| 89 | $.msg($.name, subTitle, `【京东账号${$.index}】${$.nickName}\n` + message); |
| 90 | } else { |
| 91 | $.log(`\n${message}\n`); |
| 92 | } |
| 93 | } |
| 94 | function jDSpeedUp(sourceId) { |
| 95 | return new Promise((resolve) => { |
| 96 | let body = {"source": "game"}; |
no test coverage detected