修复通知

This commit is contained in:
smallfawn
2025-02-25 16:09:19 +08:00
parent 5608b4a246
commit 595fc5dbe7
10 changed files with 10 additions and 11 deletions

View File

@@ -557,7 +557,7 @@ function _0x2fbb6b(_0x5a60f2) {
{
if (!this.notifyFlag) return;
if (!this.notifyStr.length) return;
var _0x29aa8f = require("./sendNotify");
var _0x29aa8f = require("../sendNotify");
this.log("\n============== 推送 ==============");
await _0x29aa8f.sendNotify(this.name, this.notifyStr.join("\n"));
}