茄皇互助

This commit is contained in:
临渊 2022-07-28 11:26:07 +08:00 committed by GitHub
parent af85c78312
commit d4612a55ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
const $ = new Env('统一茄皇互助');
const notify = $.isNode() ? require('./sendNotify') : '';
const {log} = console;
const Notify = 1; //0为关闭通知1为打开通知,默认为1
const Notify = 0; //0为关闭通知1为打开通知,默认为0
const debug = 0; //0为关闭调试1为打开调试,默认为0
const help = 1; //0为关闭互助1为打开互助,默认为0
//////////////////////