mirror of
https://github.com/linbailo/zyqinglong.git
synced 2026-01-17 22:30:43 +08:00
fixed 蜜雪冰城推送
This commit is contained in:
parent
75c69f3c5a
commit
27c3bd705e
4
mxbc.js
4
mxbc.js
@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user