(message)
| 547 | function DoubleLog(data) { if ($.isNode()) { if (data) { console.log(`${data}`); msg += `\n ${data}` } } else { console.log(`${data}`); msg += `\n ${data}` } } |
| 548 | // 发送消息 |
| 549 | async function SendMsg(message) { if (!message) return; if (Notify > 0) { if ($.isNode()) { await notify.sendNotify($.name, message) } else { $.msg($.name, '', message) } } else { console.log(message) } } |
| 550 | // 完整 Env |
| 551 | function en(_0x5be860) { |
| 552 | i = function (_0x4573b0, _0x3a71a7) { |