网易生活研究社小程序

This commit is contained in:
CHERWING 2024-05-13 19:09:44 +08:00 committed by GitHub
parent 62adf67562
commit c3fc6c00db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ let local_version = "2024.05.13";
//=======================================// //=======================================//
const APP_NAME = '网易生活研究社小程序' const APP_NAME = '网易生活研究社小程序'
const ENV_NAME = 'WYSHYJS' const ENV_NAME = 'WYSHYJS'
const $ = new Env(APP_NAME); const $ = new Env('网易生活研究社小程序');
const notify = $.isNode() ? require('./sendNotify') : ''; const notify = $.isNode() ? require('./sendNotify') : '';
const Notify = 1 //0为关闭通知,1为打开通知,默认为1 const Notify = 1 //0为关闭通知,1为打开通知,默认为1
// const JSEncrypt = require('node-jsencrypt'); // const JSEncrypt = require('node-jsencrypt');
@ -777,7 +777,6 @@ async function Envs() {
async function SendMsg(message) { async function SendMsg(message) {
if (!message) if (!message)
return; return;
if (Notify > 0) { if (Notify > 0) {
if ($.isNode()) { if ($.isNode()) {
var notify = require('./sendNotify'); var notify = require('./sendNotify');