This commit is contained in:
Faker 2022-04-11 15:46:01 +08:00
parent 674cc491e5
commit dcff26f250
11 changed files with 1020 additions and 264 deletions

178
jd_10_4.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -7,17 +7,17 @@
===================quantumultx================
[task_local]
#京东手机狂欢城助力
10 0,8 * * * https://raw.githubusercontent.com/KingRan/KR/main/jd_carnivalcity_help.js, tag=京东手机狂欢城助力, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
10 0,8 * * * https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_carnivalcity_help.js, tag=京东手机狂欢城助力, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
=====================Loon================
[Script]
cron "10 0,8 * * *" script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_carnivalcity_help.js, tag=京东手机狂欢城助力
cron "10 0,8 * * *" script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_carnivalcity_help.js, tag=京东手机狂欢城助力
====================Surge================
京东手机狂欢城助力 = type=cron,cronexp=10 0,8 * * *,wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_carnivalcity_help.js
京东手机狂欢城助力 = type=cron,cronexp=10 0,8 * * *,wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_carnivalcity_help.js
============小火箭=========
京东手机狂欢城助力 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_carnivalcity_help.js, cronexpr="10 0,8 * * *", timeout=3600, enable=true
京东手机狂欢城助力 = type=cron,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_carnivalcity_help.js, cronexpr="10 0,8 * * *", timeout=3600, enable=true
*/
const $ = new Env('京东手机狂欢城内部互助');
const notify = $.isNode() ? require('./sendNotify') : '';

View File

@ -3,14 +3,14 @@
============Quantumultx===============
[task_local]
#店铺签到
15 2,14 * * * https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.js, tag=店铺签到, enabled=true
15 2,14 * * * https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_shop_sign.js, tag=店铺签到, enabled=true
===========Loon============
[Script]
cron "15 2,14 * * *" script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.js,tag=店铺签到
cron "15 2,14 * * *" script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_shop_sign.js,tag=店铺签到
============Surge=============
店铺签到 = type=cron,cronexp="15 2,14 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.js
店铺签到 = type=cron,cronexp="15 2,14 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_shop_sign.js
===========小火箭========
店铺签到 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.jss, cronexpr="15 2,14 * * *", timeout=3600, enable=true
店铺签到 = type=cron,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_shop_sign.jss, cronexpr="15 2,14 * * *", timeout=3600, enable=true
*/
const $ = new Env('店铺签到');
const notify = $.isNode() ? require('./sendNotify') : '';
@ -25,30 +25,22 @@ let vender=''
let num=0
let shopname=''
const token = [
"FEACDDFEABE7E6F5F52E32E79ACB0126",
"113946C00C676DD5141D46EF6194E281",
"30F88897B3C194F5BB7535E62640E00B",
"4BF0331BCB845ABC79145753E605E9C3",
"8C00826D27DA33A520F06E5C5C2E302B",
"490047103854B8B5E17D3D76C2C65D1D",
"F4132FED0919E26A040981E77C3FD009",
"3068C74A35718BF761F8E10F52824696",
"AF994FA00C2086F08849D5FB7122E79F",
"8C172B547FA75FEADBF342CDEBE14C36",
"BA1063C108CD0642AD3A5C21A6952136",
"97CE35E23187041CD746CA5B4E7F4B38",
"E20BD5091D8F70B4649D529A09183F04",
"88ECFB91288FD2DE93DDBDDAA9409D8E",
"1B2F8250713AD30F335B092B70A4DBF5",
"642395217049DBC4F56F105B3FBA0633",
"2593927DBC99178C9E835A607D67482C",
"8E3E6081738C9C30446C20F347516649",
"C7671CB73E0BE699998307ADB36D8708",
"A795246AE4063905815D7748001C0A58",
"57B5F1912B8A5F7C3913EEB0CFA9130B",
"C5F5FF51E040B2415A435D5BFDA15348",
"664227400540BC20B0160DE112BE806C",
"B5BD9A190DD6AD49A6E3646CB2700863",
"CA4DE825AAE4DCAEC7979216EF6D3451",
"3C17106279994F61484D172F388DDC1D",
"7C21504827C3A3923BFAEEC850810301",
"EA281B5F2CD68CDA09EE992B1FEA8DDA"
]

337
jd_gjlh.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

337
jd_mncryyj.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -4,14 +4,14 @@
============Quantumultx===============
[task_local]
#极速版抢卷
58 59 7,10,13,15,19 * * * https://raw.githubusercontent.com/KingRan/KR/main/jd_10_4.js, tag=极速版抢卷, enabled=true
58 59 7,10,13,15,19 * * * https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_10_4.js, tag=极速版抢卷, enabled=true
================Loon==============
[Script]
cron "58 59 7,10,13,15,19 * * *" script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_10_4.js,tag=极速版抢卷
cron "58 59 7,10,13,15,19 * * *" script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_10_4.js,tag=极速版抢卷
===============Surge=================
极速版抢卷 = type=cron,cronexp="58 59 7,10,13,15,19 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_10_4.js
极速版抢卷 = type=cron,cronexp="58 59 7,10,13,15,19 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_10_4.js
============小火箭=========
极速版抢卷 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_10_4.js, cronexpr="58 59 7,10,13,15,19 * * *", timeout=3600, enable=true
极速版抢卷 = type=cron,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_10_4.js, cronexpr="58 59 7,10,13,15,19 * * *", timeout=3600, enable=true
*/
const $ = new Env('抢极速版全品卷10-4');
const moment = require('moment');

View File

@ -4,14 +4,14 @@
============Quantumultx===============
[task_local]
#极速版抢卷
58 59 6,9,14,17,20 * * * https://raw.githubusercontent.com/KingRan/KR/main/jd_19_6.js, tag=极速版抢卷, enabled=true
58 59 6,9,14,17,20 * * * https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_19_6.js, tag=极速版抢卷, enabled=true
================Loon==============
[Script]
cron "58 59 6,9,14,17,20 * * *" script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_19_6.js,tag=极速版抢卷
cron "58 59 6,9,14,17,20 * * *" script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_19_6.js,tag=极速版抢卷
===============Surge=================
极速版抢卷 = type=cron,cronexp="58 59 6,9,14,17,20 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_19_6.js
极速版抢卷 = type=cron,cronexp="58 59 6,9,14,17,20 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_19_6.js
============小火箭=========
极速版抢卷 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_19_6.js, cronexpr="58 59 6,9,14,17,20 * * *", timeout=3600, enable=true
极速版抢卷 = type=cron,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_19_6.js, cronexpr="58 59 6,9,14,17,20 * * *", timeout=3600, enable=true
*/
const $ = new Env('抢极速版全品卷19-6');
const moment = require('moment');

View File

@ -4,14 +4,14 @@
============Quantumultx===============
[task_local]
#极速版抢卷
58 59 8,11,14,16,19 * * * https://raw.githubusercontent.com/KingRan/KR/main/jd_29_8.js, tag=极速版抢卷, enabled=true
58 59 8,11,14,16,19 * * * https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_29_8.js, tag=极速版抢卷, enabled=true
================Loon==============
[Script]
cron "58 59 8,11,14,16,19 * * *" script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_29_8.js,tag=极速版抢卷
cron "58 59 8,11,14,16,19 * * *" script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_29_8.js,tag=极速版抢卷
===============Surge=================
极速版抢卷 = type=cron,cronexp="58 59 8,11,14,16,19 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_29_8.js
极速版抢卷 = type=cron,cronexp="58 59 8,11,14,16,19 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_29_8.js
============小火箭=========
极速版抢卷 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_29_8.js, cronexpr="58 59 8,11,14,16,19 * * *", timeout=3600, enable=true
极速版抢卷 = type=cron,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_29_8.js, cronexpr="58 59 8,11,14,16,19 * * *", timeout=3600, enable=true
*/
const $ = new Env('抢极速版全品卷29-8');
const moment = require('moment');

View File

@ -4,14 +4,14 @@
============Quantumultx===============
[task_local]
#极速版抢卷
58 59 6,9,14,17,20 * * * https://raw.githubusercontent.com/KingRan/KR/main/jd_5_2.js, tag=极速版抢卷, enabled=true
58 59 6,9,14,17,20 * * * https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_5_2.js, tag=极速版抢卷, enabled=true
================Loon==============
[Script]
cron "58 59 6,9,14,17,20 * * *" script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_5_2.js,tag=极速版抢卷
cron "58 59 6,9,14,17,20 * * *" script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_5_2.js,tag=极速版抢卷
===============Surge=================
极速版抢卷 = type=cron,cronexp="58 59 6,9,14,17,20 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_5_2.js
极速版抢卷 = type=cron,cronexp="58 59 6,9,14,17,20 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_5_2.js
============小火箭=========
极速版抢卷 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_5_2.js, cronexpr="58 59 6,9,14,17,20 * * *", timeout=3600, enable=true
极速版抢卷 = type=cron,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_5_2.js, cronexpr="58 59 6,9,14,17,20 * * *", timeout=3600, enable=true
*/
const $ = new Env('抢极速版全品卷5-2');
const moment = require('moment');

File diff suppressed because one or more lines are too long