mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-19 00:04:59 +08:00
1
This commit is contained in:
2166
piaopiaochaoshi.js
2166
piaopiaochaoshi.js
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
const $ = new Env("wx_庙友之家");
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
const notify = $.isNode() ? require('../sendNotify') : '';
|
||||
let ckName = "miaoyouHome";
|
||||
let envSplitor = ["@", "\n"]; //多账号分隔符
|
||||
let strSplitor = "&"; //多变量分隔符
|
||||
@@ -26,7 +26,7 @@ hostname =
|
||||
const $ = new Env("微信小程序泡泡玛特");
|
||||
let ckName = `paopaomate`
|
||||
let userCookie = checkEnv($.isNode() ? process.env[ckName] : "");
|
||||
const notify = $.isNode() ? require("./sendNotify") : "";
|
||||
const notify = $.isNode() ? require("../sendNotify") : "";
|
||||
|
||||
|
||||
|
||||
@@ -981,7 +981,7 @@ async function SendMsg(message) {
|
||||
|
||||
if (Notify > 0) {
|
||||
if ($.isNode()) {
|
||||
var notify = require('./sendNotify');
|
||||
var notify = require('../sendNotify');
|
||||
await notify.sendNotify($.name, message);
|
||||
} else {
|
||||
$.msg(message);
|
||||
Reference in New Issue
Block a user