(...args)
| 331 | } |
| 332 | //==============================================Debug模式=============================================== |
| 333 | function debugLog(...args) { |
| 334 | if (debug) { |
| 335 | console.log(...args); |
| 336 | } |
| 337 | } |
| 338 | //===============================================获取远程通知======================================== |
| 339 | async function getNotice() { |
| 340 | try { |