fixed 蜜雪冰城推送

This commit is contained in:
Night Glow 2024-11-24 19:59:02 +08:00
parent 75c69f3c5a
commit 27c3bd705e
2 changed files with 3 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -290,8 +290,8 @@ async function SendMsg(message) {
if (!message) return; if (!message) return;
if (Notify > 0) { if (Notify > 0) {
if ($.isNode()) { if ($.isNode()) {
var notify = require("./notify"); var notify = require("./sendNotify");
await notify.notify($.name, message) await notify.sendNotify($.name, message)
} else { } else {
$.msg($.name, '', message) $.msg($.name, '', message)
} }