yili 通知

This commit is contained in:
weiqun
2024-10-12 11:04:37 +08:00
parent d989c8e550
commit 1f004f693d

View File

@@ -322,7 +322,7 @@ async function sendMsg(message) {
try {
notify = require('./sendNotify');
} catch (e) {
notify = require("../sendNotify");
notify = require("./sendNotify");
}
await notify.sendNotify($.name, message);
} else {