Skip to content

Commit cec445a

Browse files
author
shylocks
committed
移动过期任务
1 parent ef97137 commit cec445a

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

jd_mh_super.js renamed to backup/jd_mh_super2.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ cron "10 20 15 1 *" script-path=https://raw.githubusercontent.com/shylocks/Loon/
2525
超级直播间幸运值抽京豆 = type=cron,script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_mh_super.js, cronexpr="1 8,12,18* * *", timeout=200, enable=true
2626
*/
2727
const $ = new Env('超级直播间幸运值抽京豆');
28-
const notify = $.isNode() ? require('./sendNotify') : '';
29-
const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
28+
const notify = $.isNode() ? require('../sendNotify') : '';
29+
const jdCookieNode = $.isNode() ? require('../jdCookie.js') : '';
3030
//Node.js用户请在jdCookie.js处填写京东ck;
3131
//IOS等用户直接用NobyDa的jd cookie
3232
let cookiesArr = [], cookie = '', message;

loon/shylocks_LoonTask.conf

-6
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,9 @@ cron "0 0,9,11,13,15,17,19,20,21,22,23 * * *" script-path=https://raw.githubuser
2727
# 盲盒抽京豆
2828
cron "1 7 * * *" script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_mh.js,tag=盲盒抽京豆
2929

30-
# 超级直播间幸运值抽京豆
31-
cron "10 20 15 1 *" script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_mh_super.js,tag=超级直播间幸运值抽京豆
32-
3330
# 京东秒秒币
3431
cron "10 7 * * *" script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_ms.js,tag=京东秒秒币
3532

36-
# 京东炸年兽🧨
37-
cron "0 8 * * *" script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_nian.js,tag=京东炸年兽🧨
38-
3933
# 超级直播间任务赢京豆
4034
cron "40 21 * * *" script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_super.js,tag=超级直播间任务赢京豆
4135

quantumultx/shylocks_gallery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"config": "0 * * * * https://raw.githubusercontent.com/shylocks/Loon/main/jd_xxl.js, tag=东东爱消除, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_xxl.jpg, enabled=true"
5353
},
5454
{
55-
"config": "40 * * * * https://raw.githubusercontent.com/shylocks/Loon/main/jd_xxl_gh.js, tag=个护爱消除, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_xxl_gh.jpg, enabled=true"
55+
"config": "40 * * * * https://raw.githubusercontent.com/shylocks/Loon/main/jd_xxl_gh.js, tag=个护爱消除, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_xxl_gh.png, enabled=true"
5656
},
5757
]
5858
}

surge/shylocks_Task.sgmodule.sgmodule

-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
年货直播红包雨 = type=cron,cronexp="0 0,9,11,13,15,17,19,20,21,23 3,5,20-30/1 1,2 *",wake-system=1,timeout=200,script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_live_redrain_nian.js
1111
官方号直播红包雨 = type=cron,cronexp="0 0,9,11,13,15,17,19,20,21,22,23 * * *",wake-system=1,timeout=200,script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_live_redrain_offical.js
1212
盲盒抽京豆 = type=cron,cronexp="1 7 * * *",wake-system=1,timeout=200,script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_mh.js
13-
超级直播间幸运值抽京豆 = type=cron,cronexp="10 20 15 1 *",wake-system=1,timeout=200,script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_mh_super.js
1413
京东秒秒币 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=200,script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_ms.js
15-
京东炸年兽🧨 = type=cron,cronexp="0 8 * * *",wake-system=1,timeout=200,script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_nian.js
1614
超级直播间任务赢京豆 = type=cron,cronexp="40 21 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_super.js
1715
神券京豆 = type=cron,cronexp="1 7 13 1 *",wake-system=1,timeout=200,script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_super_coupon.js
1816
海产新年抽奖 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=200,script-path=https://raw.githubusercontent.com/shylocks/Loon/main/jd_sx.js

0 commit comments

Comments
 (0)