fix
This commit is contained in:
@@ -32,7 +32,7 @@ cron "0 9,12,18 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_
|
|||||||
|
|
||||||
const $ = new Env('京喜农场');
|
const $ = new Env('京喜农场');
|
||||||
let notify = ''; // nodejs 发送通知脚本
|
let notify = ''; // nodejs 发送通知脚本
|
||||||
let notifyLevel = process.env.JXNC_NOTIFY_LEVEL || 3; // 通知级别 0=不通知;1=本次获得水滴>0;2=任务执行;3=任务执行+未种植种子;
|
let notifyLevel = $.isNode() ? process.env.JXNC_NOTIFY_LEVEL || 3 : 3; // 通知级别 0=不通知;1=本次获得水滴>0;2=任务执行;3=任务执行+未种植种子;
|
||||||
let notifyBool = true; // 代码内部使用,控制是否通知
|
let notifyBool = true; // 代码内部使用,控制是否通知
|
||||||
let cookieArr = []; // 用户 cookie 数组
|
let cookieArr = []; // 用户 cookie 数组
|
||||||
let currentCookie = ''; // 当前用户 cookie
|
let currentCookie = ''; // 当前用户 cookie
|
||||||
|
Reference in New Issue
Block a user