From 8458d26f61a21cb4541477bb76c400c2ef14545f Mon Sep 17 00:00:00 2001 From: ooo Date: Fri, 9 Sep 2022 20:24:40 +0800 Subject: [PATCH] 1 --- jd_supermh.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 jd_supermh.js diff --git a/jd_supermh.js b/jd_supermh.js old mode 100644 new mode 100755 index 9ba238c..c4ff767 --- a/jd_supermh.js +++ b/jd_supermh.js @@ -7,14 +7,14 @@ ============Quantumultx=============== [task_local] #京东超级盲盒 -0 20 3,17 6 * jd_supermh.js, tag=京东超级盲盒, img-url=https://raw.githubusercontent.com/tsukasa007/icon/master/jd_joypark_task.png, enabled=true +0 20 * * * jd_supermh.js, tag=京东超级盲盒, enabled=true */ const $ = new Env('京东超级盲盒'); const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ''; const notify = $.isNode() ? require('./sendNotify') : ''; //IOS等用户直接用NobyDa的jd cookie -const linkId = 'Jim-Gu6R_lyd4LT6nz69ow'; +const linkId = '9Ff9Nj3xSRJlPyJInuDoKA'; let cookiesArr = [], cookie = ''; if ($.isNode()) { Object.keys(jdCookieNode).forEach((item) => { cookiesArr.push(jdCookieNode[item]) })