()
| 95 | $.done(); |
| 96 | }) |
| 97 | function 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 | } |
| 104 | function feedPets(feedNum) { |
| 105 | return new Promise(resolve => { |
| 106 | console.log(`您设置的喂食数量::${FEED_NUM}g\n`); |
no test coverage detected