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