From c3fc6c00dbb2bf0410ea3774b54c50788587acd8 Mon Sep 17 00:00:00 2001 From: CHERWING <160421895+CHERWING@users.noreply.github.com> Date: Mon, 13 May 2024 19:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E6=98=93=E7=94=9F=E6=B4=BB=E7=A0=94?= =?UTF-8?q?=E7=A9=B6=E7=A4=BE=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WYSHYJS.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WYSHYJS.js b/WYSHYJS.js index 2e7d0cf..478b583 100644 --- a/WYSHYJS.js +++ b/WYSHYJS.js @@ -15,7 +15,7 @@ let local_version = "2024.05.13"; //=======================================// const APP_NAME = '网易生活研究社小程序' const ENV_NAME = 'WYSHYJS' -const $ = new Env(APP_NAME); +const $ = new Env('网易生活研究社小程序'); const notify = $.isNode() ? require('./sendNotify') : ''; const Notify = 1 //0为关闭通知,1为打开通知,默认为1 // const JSEncrypt = require('node-jsencrypt'); @@ -777,7 +777,6 @@ async function Envs() { async function SendMsg(message) { if (!message) return; - if (Notify > 0) { if ($.isNode()) { var notify = require('./sendNotify');