mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
去除信息
This commit is contained in:
parent
0d1bd7c6db
commit
aa6ea473c0
@ -24,15 +24,15 @@ hostname = me-api.jd.com
|
||||
===================Quantumult X=====================
|
||||
[rewrite_local]
|
||||
# 获取多账号京东Cookie
|
||||
https:\/\/me-api\.jd\.com\/user_new\/info\/GetJDUserInfoUnion url script-request-header https://gitee.com/lxk0301/jd_scripts/raw/master/JD_extra_cookie.js
|
||||
https:\/\/me-api\.jd\.com\/user_new\/info\/GetJDUserInfoUnion url script-request-header JD_extra_cookie.js
|
||||
|
||||
===================Loon===================
|
||||
[Script]
|
||||
http-request https:\/\/me-api\.jd\.com\/user_new\/info\/GetJDUserInfoUnion script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/JD_extra_cookie.js, tag=获取多账号京东Cookie
|
||||
http-request https:\/\/me-api\.jd\.com\/user_new\/info\/GetJDUserInfoUnion script-path=JD_extra_cookie.js, tag=获取多账号京东Cookie
|
||||
|
||||
===================Surge===================
|
||||
[Script]
|
||||
获取多账号京东Cookie = type=http-request,pattern=^https:\/\/me-api\.jd\.com\/user_new\/info\/GetJDUserInfoUnion,requires-body=1,max-size=0,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/JD_extra_cookie.js,script-update-interval=0
|
||||
获取多账号京东Cookie = type=http-request,pattern=^https:\/\/me-api\.jd\.com\/user_new\/info\/GetJDUserInfoUnion,requires-body=1,max-size=0,script-path=JD_extra_cookie.js,script-update-interval=0
|
||||
*/
|
||||
|
||||
const APIKey = "CookiesJD";
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#5G狂欢城
|
||||
0 0,6,12,18 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_5g.js, tag=5G狂欢城, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
0 0,6,12,18 * * * jd_5g.js, tag=5G狂欢城, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 0,6,12,18 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_5g.js, tag=5G狂欢城
|
||||
cron "0 0,6,12,18 * * *" script-path=jd_5g.js, tag=5G狂欢城
|
||||
|
||||
===============Surge=================
|
||||
5G狂欢城 = type=cron,cronexp="0 0,6,12,18 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_5g.js
|
||||
5G狂欢城 = type=cron,cronexp="0 0,6,12,18 * * *",wake-system=1,timeout=3600,script-path=jd_5g.js
|
||||
|
||||
============小火箭=========
|
||||
5G狂欢城 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_5g.js, cronexpr="0 0,6,12,18 * * *", timeout=3600, enable=true
|
||||
5G狂欢城 = type=cron,script-path=jd_5g.js, cronexpr="0 0,6,12,18 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('5G狂欢城');
|
||||
|
||||
|
||||
@ -16,12 +16,12 @@
|
||||
===================quantumultx================
|
||||
[task_local]
|
||||
#京东手机狂欢城
|
||||
0 0-18/6 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_818.js, tag=京东手机狂欢城, enabled=true
|
||||
0 0-18/6 * * * jd_818.js, tag=京东手机狂欢城, enabled=true
|
||||
=====================Loon================
|
||||
[Script]
|
||||
cron "0 0-18/6 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_818.js, tag=京东手机狂欢城
|
||||
cron "0 0-18/6 * * *" script-path=jd_818.js, tag=京东手机狂欢城
|
||||
====================Surge================
|
||||
京东手机狂欢城 = type=cron,cronexp=0 0-18/6 * * *,wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_818.js
|
||||
京东手机狂欢城 = type=cron,cronexp=0 0-18/6 * * *,wake-system=1,timeout=3600,script-path=jd_818.js
|
||||
*/
|
||||
const $ = new Env('京东手机狂欢城');
|
||||
|
||||
@ -827,10 +827,8 @@ function getListRank() {
|
||||
})
|
||||
})
|
||||
}
|
||||
function updateShareCodes(url = 'https://raw.githubusercontent.com/LXK9301/updateTeam/master/jd_shareCodes.json') {
|
||||
function updateShareCodes(url = 'https://raw.githubusercontent.com/xxxx/updateTeam/master/jd_shareCodes.json') {
|
||||
return new Promise(resolve => {
|
||||
//https://cdn.jsdelivr.net/gh/LXK9301/updateTeam@master/jd_shareCodes.json
|
||||
//https://raw.githubusercontent.com/LXK9301/updateTeam/master/jd_shareCodes.json
|
||||
$.get({url}, async (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
@ -848,7 +846,6 @@ function updateShareCodes(url = 'https://raw.githubusercontent.com/LXK9301/updat
|
||||
}
|
||||
function updateShareCodesCDN(url = 'https://cdn.jsdelivr.net/gh/gitupdate/updateTeam@master/shareCodes/jd_shareCodes.json') {
|
||||
return new Promise(resolve => {
|
||||
//https://cdn.jsdelivr.net/gh/LXK9301/updateTeam@master/jd_shareCodes.json
|
||||
$.get({url , headers:{"User-Agent": $.isNode() ? (process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : (require('../USER_AGENTS').USER_AGENT)) : ($.getdata('JDUA') ? $.getdata('JDUA') : "jdapp;iPhone;9.4.4;14.3;network/4g;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1")}}, async (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#苹果抽奖机
|
||||
10 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_apple_live.js, tag=苹果抽奖机, enabled=true
|
||||
10 0 * * * jd_apple_live.js, tag=苹果抽奖机, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_apple_live.js,tag=苹果抽奖机
|
||||
cron "10 0 * * *" script-path=jd_apple_live.js,tag=苹果抽奖机
|
||||
|
||||
===============Surge=================
|
||||
苹果抽奖机 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_apple_live.js
|
||||
苹果抽奖机 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=jd_apple_live.js
|
||||
|
||||
============小火箭=========
|
||||
苹果抽奖机 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_apple_live.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
苹果抽奖机 = type=cron,script-path=jd_apple_live.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('苹果抽奖机');
|
||||
|
||||
|
||||
@ -6,17 +6,17 @@
|
||||
=================================Quantumultx=========================
|
||||
[task_local]
|
||||
#城城领现金
|
||||
0 0-23/1 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_city.js, tag=城城领现金, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
0 0-23/1 * * * jd_city.js, tag=城城领现金, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
=================================Loon===================================
|
||||
[Script]
|
||||
cron "0 0-23/1 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_city.js,tag=城城领现金
|
||||
cron "0 0-23/1 * * *" script-path=jd_city.js,tag=城城领现金
|
||||
|
||||
===================================Surge================================
|
||||
城城领现金 = type=cron,cronexp="0 0-23/1 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_city.js
|
||||
城城领现金 = type=cron,cronexp="0 0-23/1 * * *",wake-system=1,timeout=3600,script-path=jd_city.js
|
||||
|
||||
====================================小火箭=============================
|
||||
城城领现金 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_city.js, cronexpr="0 0-23/1 * * *", timeout=3600, enable=true
|
||||
城城领现金 = type=cron,script-path=jd_city.js, cronexpr="0 0-23/1 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('城城领现金');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -1,24 +1,24 @@
|
||||
/*
|
||||
源头好物红包
|
||||
活动时间:未知
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_coupon.js
|
||||
更新地址:jd_coupon.js
|
||||
活动入口:https://h5.m.jd.com/babelDiy/Zeus/3hhgqjj5rLjZFbi8UtaD2uex21ky/index.html?babelChannel=ttt19
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#源头好物红包
|
||||
0 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_coupon.js, tag=源头好物红包, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_coupon.jpg, enabled=true
|
||||
0 0 * * * jd_coupon.js, tag=源头好物红包, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_coupon.jpg, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_coupon.js, tag=源头好物红包
|
||||
cron "0 0 * * *" script-path=jd_coupon.js, tag=源头好物红包
|
||||
|
||||
===============Surge=================
|
||||
源头好物红包 = type=cron,cronexp="0 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_coupon.js
|
||||
源头好物红包 = type=cron,cronexp="0 0 * * *",wake-system=1,timeout=3600,script-path=jd_coupon.js
|
||||
|
||||
============小火箭=========
|
||||
源头好物红包 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_coupon.js, cronexpr="0 0 * * *", timeout=3600, enable=true
|
||||
源头好物红包 = type=cron,script-path=jd_coupon.js, cronexpr="0 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('源头好物红包');
|
||||
|
||||
|
||||
@ -4,23 +4,23 @@
|
||||
共计25京豆,一天运行一次即可
|
||||
活动时间:2020-12-4 到 2020-12-11
|
||||
活动入口:https://prodev.m.jd.com/mall/active/nKxVyPnuLwAsQSTfidZ9z4RKVZy/index.html#/
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_digital_floor.js
|
||||
更新地址:jd_digital_floor.js
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#数码加购京豆
|
||||
10 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_digital_floor.js, tag=数码加购京豆, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
10 7 * * * jd_digital_floor.js, tag=数码加购京豆, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_digital_floor.js, tag=数码加购京豆
|
||||
cron "10 7 * * *" script-path=jd_digital_floor.js, tag=数码加购京豆
|
||||
|
||||
===============Surge=================
|
||||
数码加购京豆 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_digital_floor.js
|
||||
数码加购京豆 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=jd_digital_floor.js
|
||||
|
||||
============小火箭=========
|
||||
数码加购京豆 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_digital_floor.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
数码加购京豆 = type=cron,script-path=jd_digital_floor.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('数码加购京豆');
|
||||
|
||||
|
||||
@ -2,24 +2,24 @@
|
||||
京东代属脚本,类似十元街,⚠️⚠️⚠️⚠️限校园用户可使用,其他用户签到失败无京豆
|
||||
一周签到下来可获得30京豆,一天任意时刻运行一次即可
|
||||
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ds.js
|
||||
更新地址:jd_ds.js
|
||||
参考github@jidesheng6修改而来
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东代属
|
||||
10 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ds.js, tag=京东代属, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_ds.png, enabled=true
|
||||
10 7 * * * jd_ds.js, tag=京东代属, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_ds.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ds.js, tag=京东代属
|
||||
cron "10 7 * * *" script-path=jd_ds.js, tag=京东代属
|
||||
|
||||
===============Surge=================
|
||||
京东代属 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ds.js
|
||||
京东代属 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=jd_ds.js
|
||||
|
||||
============小火箭=========
|
||||
京东代属 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ds.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
京东代属 = type=cron,script-path=jd_ds.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东代属');
|
||||
|
||||
@ -79,8 +79,8 @@ function showMsg() {
|
||||
// $.msg($.name, '', `【京东账号${$.index}】${$.nickName}\n${message}`);
|
||||
let nowTime = new Date().getTime() + new Date().getTimezoneOffset()*60*1000 + 8*60*60*1000;
|
||||
if (nowTime > new Date('2020/12/31 23:59:59+08:00').getTime()) {
|
||||
$.msg($.name, '活动已结束', `咱江湖再见\nhttps://github.com/LXK9301/jd_scripts`, {"open-url": "https://github.com/LXK9301/jd_scripts"});
|
||||
if ($.isNode()) await notify.sendNotify($.name + '活动已结束', `咱江湖再见\n https://github.com/LXK9301/jd_scripts`)
|
||||
$.msg($.name, '活动已结束', `咱江湖再见`);
|
||||
if ($.isNode()) await notify.sendNotify($.name + '活动已结束', `咱江湖再见`)
|
||||
} else {
|
||||
$.msg($.name, '', `京东账号${$.index} ${$.nickName}\n${message}`);
|
||||
}
|
||||
|
||||
@ -1,24 +1,24 @@
|
||||
/*
|
||||
京东手机年终奖
|
||||
活动时间:2021年1月26日~2021年2月8日
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_festival.js
|
||||
更新地址:jd_festival.js
|
||||
活动入口:https://shopping-festival.m.jd.com
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东手机年终奖
|
||||
15 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_festival.js, tag=京东手机年终奖, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_festival2.jpg, enabled=true
|
||||
15 0 * * * jd_festival.js, tag=京东手机年终奖, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_festival2.jpg, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "15 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_festival.js, tag=京东手机年终奖
|
||||
cron "15 0 * * *" script-path=jd_festival.js, tag=京东手机年终奖
|
||||
|
||||
===============Surge=================
|
||||
京东手机年终奖 = type=cron,cronexp="15 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_festival.js
|
||||
京东手机年终奖 = type=cron,cronexp="15 0 * * *",wake-system=1,timeout=3600,script-path=jd_festival.js
|
||||
|
||||
============小火箭=========
|
||||
京东手机年终奖 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_festival.js, cronexpr="15 0 * * *", timeout=3600, enable=true
|
||||
京东手机年终奖 = type=cron,script-path=jd_festival.js, cronexpr="15 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东手机年终奖');
|
||||
|
||||
|
||||
@ -7,17 +7,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#集鞭炮赢京豆
|
||||
10 8,21 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_firecrackers.js, tag=集鞭炮赢京豆, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
10 8,21 * * * jd_firecrackers.js, tag=集鞭炮赢京豆, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 8,21 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_firecrackers.js,tag=集鞭炮赢京豆
|
||||
cron "10 8,21 * * *" script-path=jd_firecrackers.js,tag=集鞭炮赢京豆
|
||||
|
||||
===============Surge=================
|
||||
集鞭炮赢京豆 = type=cron,cronexp="10 8,21 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_firecrackers.js
|
||||
集鞭炮赢京豆 = type=cron,cronexp="10 8,21 * * *",wake-system=1,timeout=3600,script-path=jd_firecrackers.js
|
||||
|
||||
============小火箭=========
|
||||
集鞭炮赢京豆 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_firecrackers.js, cronexpr="10 8,21 * * *", timeout=3600, enable=true
|
||||
集鞭炮赢京豆 = type=cron,script-path=jd_firecrackers.js, cronexpr="10 8,21 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('集鞭炮赢京豆');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -7,17 +7,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#她的节享京豆
|
||||
10 8,21 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_firecrackers.js, tag=她的节享京豆, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
10 8,21 * * * jd_firecrackers.js, tag=她的节享京豆, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 8,21 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_firecrackers.js,tag=她的节享京豆
|
||||
cron "10 8,21 * * *" script-path=jd_firecrackers.js,tag=她的节享京豆
|
||||
|
||||
===============Surge=================
|
||||
她的节享京豆 = type=cron,cronexp="10 8,21 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_firecrackers.js
|
||||
她的节享京豆 = type=cron,cronexp="10 8,21 * * *",wake-system=1,timeout=3600,script-path=jd_firecrackers.js
|
||||
|
||||
============小火箭=========
|
||||
她的节享京豆 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_firecrackers.js, cronexpr="10 8,21 * * *", timeout=3600, enable=true
|
||||
她的节享京豆 = type=cron,script-path=jd_firecrackers.js, cronexpr="10 8,21 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('她的节享京豆');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#环球挑战赛
|
||||
0 9,12,20,21 8-31 3 * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_global.js, tag=环球挑战赛, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
0 9,12,20,21 8-31 3 * jd_global.js, tag=环球挑战赛, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 9,12,20,21 8-31 3 *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_global.js,tag=环球挑战赛
|
||||
cron "0 9,12,20,21 8-31 3 *" script-path=jd_global.js,tag=环球挑战赛
|
||||
|
||||
===============Surge=================
|
||||
环球挑战赛 = type=cron,cronexp="0 9,12,20,21 8-31 3 *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_global.js
|
||||
环球挑战赛 = type=cron,cronexp="0 9,12,20,21 8-31 3 *",wake-system=1,timeout=3600,script-path=jd_global.js
|
||||
|
||||
============小火箭=========
|
||||
环球挑战赛 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_global.js, cronexpr="0 9,12,20,21 8-31 3 *", timeout=3600, enable=true
|
||||
环球挑战赛 = type=cron,script-path=jd_global.js, cronexpr="0 9,12,20,21 8-31 3 *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('环球挑战赛');
|
||||
!function(n){"use strict";function r(n,r){var t=(65535&n)+(65535&r);return(n>>16)+(r>>16)+(t>>16)<<16|65535&t}function t(n,r){return n<<r|n>>>32-r}function u(n,u,e,o,c,f){return r(t(r(r(u,n),r(o,f)),c),e)}function e(n,r,t,e,o,c,f){return u(r&t|~r&e,n,r,o,c,f)}function o(n,r,t,e,o,c,f){return u(r&e|t&~e,n,r,o,c,f)}function c(n,r,t,e,o,c,f){return u(r^t^e,n,r,o,c,f)}function f(n,r,t,e,o,c,f){return u(t^(r|~e),n,r,o,c,f)}function i(n,t){n[t>>5]|=128<<t%32,n[14+(t+64>>>9<<4)]=t;var u,i,a,h,g,l=1732584193,d=-271733879,v=-1732584194,C=271733878;for(u=0;u<n.length;u+=16)i=l,a=d,h=v,g=C,d=f(d=f(d=f(d=f(d=c(d=c(d=c(d=c(d=o(d=o(d=o(d=o(d=e(d=e(d=e(d=e(d,v=e(v,C=e(C,l=e(l,d,v,C,n[u],7,-680876936),d,v,n[u+1],12,-389564586),l,d,n[u+2],17,606105819),C,l,n[u+3],22,-1044525330),v=e(v,C=e(C,l=e(l,d,v,C,n[u+4],7,-176418897),d,v,n[u+5],12,1200080426),l,d,n[u+6],17,-1473231341),C,l,n[u+7],22,-45705983),v=e(v,C=e(C,l=e(l,d,v,C,n[u+8],7,1770035416),d,v,n[u+9],12,-1958414417),l,d,n[u+10],17,-42063),C,l,n[u+11],22,-1990404162),v=e(v,C=e(C,l=e(l,d,v,C,n[u+12],7,1804603682),d,v,n[u+13],12,-40341101),l,d,n[u+14],17,-1502002290),C,l,n[u+15],22,1236535329),v=o(v,C=o(C,l=o(l,d,v,C,n[u+1],5,-165796510),d,v,n[u+6],9,-1069501632),l,d,n[u+11],14,643717713),C,l,n[u],20,-373897302),v=o(v,C=o(C,l=o(l,d,v,C,n[u+5],5,-701558691),d,v,n[u+10],9,38016083),l,d,n[u+15],14,-660478335),C,l,n[u+4],20,-405537848),v=o(v,C=o(C,l=o(l,d,v,C,n[u+9],5,568446438),d,v,n[u+14],9,-1019803690),l,d,n[u+3],14,-187363961),C,l,n[u+8],20,1163531501),v=o(v,C=o(C,l=o(l,d,v,C,n[u+13],5,-1444681467),d,v,n[u+2],9,-51403784),l,d,n[u+7],14,1735328473),C,l,n[u+12],20,-1926607734),v=c(v,C=c(C,l=c(l,d,v,C,n[u+5],4,-378558),d,v,n[u+8],11,-2022574463),l,d,n[u+11],16,1839030562),C,l,n[u+14],23,-35309556),v=c(v,C=c(C,l=c(l,d,v,C,n[u+1],4,-1530992060),d,v,n[u+4],11,1272893353),l,d,n[u+7],16,-155497632),C,l,n[u+10],23,-1094730640),v=c(v,C=c(C,l=c(l,d,v,C,n[u+13],4,681279174),d,v,n[u],11,-358537222),l,d,n[u+3],16,-722521979),C,l,n[u+6],23,76029189),v=c(v,C=c(C,l=c(l,d,v,C,n[u+9],4,-640364487),d,v,n[u+12],11,-421815835),l,d,n[u+15],16,530742520),C,l,n[u+2],23,-995338651),v=f(v,C=f(C,l=f(l,d,v,C,n[u],6,-198630844),d,v,n[u+7],10,1126891415),l,d,n[u+14],15,-1416354905),C,l,n[u+5],21,-57434055),v=f(v,C=f(C,l=f(l,d,v,C,n[u+12],6,1700485571),d,v,n[u+3],10,-1894986606),l,d,n[u+10],15,-1051523),C,l,n[u+1],21,-2054922799),v=f(v,C=f(C,l=f(l,d,v,C,n[u+8],6,1873313359),d,v,n[u+15],10,-30611744),l,d,n[u+6],15,-1560198380),C,l,n[u+13],21,1309151649),v=f(v,C=f(C,l=f(l,d,v,C,n[u+4],6,-145523070),d,v,n[u+11],10,-1120210379),l,d,n[u+2],15,718787259),C,l,n[u+9],21,-343485551),l=r(l,i),d=r(d,a),v=r(v,h),C=r(C,g);return[l,d,v,C]}function a(n){var r,t="",u=32*n.length;for(r=0;r<u;r+=8)t+=String.fromCharCode(n[r>>5]>>>r%32&255);return t}function h(n){var r,t=[];for(t[(n.length>>2)-1]=void 0,r=0;r<t.length;r+=1)t[r]=0;var u=8*n.length;for(r=0;r<u;r+=8)t[r>>5]|=(255&n.charCodeAt(r/8))<<r%32;return t}function g(n){return a(i(h(n),8*n.length))}function l(n,r){var t,u,e=h(n),o=[],c=[];for(o[15]=c[15]=void 0,e.length>16&&(e=i(e,8*n.length)),t=0;t<16;t+=1)o[t]=909522486^e[t],c[t]=1549556828^e[t];return u=i(o.concat(h(r)),512+8*r.length),a(i(c.concat(u),640))}function d(n){var r,t,u="";for(t=0;t<n.length;t+=1)r=n.charCodeAt(t),u+="0123456789abcdef".charAt(r>>>4&15)+"0123456789abcdef".charAt(15&r);return u}function v(n){return unescape(encodeURIComponent(n))}function C(n){return g(v(n))}function A(n){return d(C(n))}function m(n,r){return l(v(n),v(r))}function s(n,r){return d(m(n,r))}function b(n,r,t){return r?t?m(r,n):s(r,n):t?C(n):A(n)}$.md5=b}();
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东国际盲盒
|
||||
0 9,12,20,21 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_global_mh.js, tag=京东国际盲盒, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
0 9,12,20,21 * * * jd_global_mh.js, tag=京东国际盲盒, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 9,12,20,21 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_global_mh.js,tag=京东国际盲盒
|
||||
cron "0 9,12,20,21 * * *" script-path=jd_global_mh.js,tag=京东国际盲盒
|
||||
|
||||
===============Surge=================
|
||||
京东国际盲盒 = type=cron,cronexp="0 9,12,20,21 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_global_mh.js
|
||||
京东国际盲盒 = type=cron,cronexp="0 9,12,20,21 * * *",wake-system=1,timeout=3600,script-path=jd_global_mh.js
|
||||
|
||||
============小火箭=========
|
||||
京东国际盲盒 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_global_mh.js, cronexpr="0 9,12,20,21 * * *", timeout=3600, enable=true
|
||||
京东国际盲盒 = type=cron,script-path=jd_global_mh.js, cronexpr="0 9,12,20,21 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东国际盲盒');
|
||||
!function(n){"use strict";function r(n,r){var t=(65535&n)+(65535&r);return(n>>16)+(r>>16)+(t>>16)<<16|65535&t}function t(n,r){return n<<r|n>>>32-r}function u(n,u,e,o,c,f){return r(t(r(r(u,n),r(o,f)),c),e)}function e(n,r,t,e,o,c,f){return u(r&t|~r&e,n,r,o,c,f)}function o(n,r,t,e,o,c,f){return u(r&e|t&~e,n,r,o,c,f)}function c(n,r,t,e,o,c,f){return u(r^t^e,n,r,o,c,f)}function f(n,r,t,e,o,c,f){return u(t^(r|~e),n,r,o,c,f)}function i(n,t){n[t>>5]|=128<<t%32,n[14+(t+64>>>9<<4)]=t;var u,i,a,h,g,l=1732584193,d=-271733879,v=-1732584194,C=271733878;for(u=0;u<n.length;u+=16)i=l,a=d,h=v,g=C,d=f(d=f(d=f(d=f(d=c(d=c(d=c(d=c(d=o(d=o(d=o(d=o(d=e(d=e(d=e(d=e(d,v=e(v,C=e(C,l=e(l,d,v,C,n[u],7,-680876936),d,v,n[u+1],12,-389564586),l,d,n[u+2],17,606105819),C,l,n[u+3],22,-1044525330),v=e(v,C=e(C,l=e(l,d,v,C,n[u+4],7,-176418897),d,v,n[u+5],12,1200080426),l,d,n[u+6],17,-1473231341),C,l,n[u+7],22,-45705983),v=e(v,C=e(C,l=e(l,d,v,C,n[u+8],7,1770035416),d,v,n[u+9],12,-1958414417),l,d,n[u+10],17,-42063),C,l,n[u+11],22,-1990404162),v=e(v,C=e(C,l=e(l,d,v,C,n[u+12],7,1804603682),d,v,n[u+13],12,-40341101),l,d,n[u+14],17,-1502002290),C,l,n[u+15],22,1236535329),v=o(v,C=o(C,l=o(l,d,v,C,n[u+1],5,-165796510),d,v,n[u+6],9,-1069501632),l,d,n[u+11],14,643717713),C,l,n[u],20,-373897302),v=o(v,C=o(C,l=o(l,d,v,C,n[u+5],5,-701558691),d,v,n[u+10],9,38016083),l,d,n[u+15],14,-660478335),C,l,n[u+4],20,-405537848),v=o(v,C=o(C,l=o(l,d,v,C,n[u+9],5,568446438),d,v,n[u+14],9,-1019803690),l,d,n[u+3],14,-187363961),C,l,n[u+8],20,1163531501),v=o(v,C=o(C,l=o(l,d,v,C,n[u+13],5,-1444681467),d,v,n[u+2],9,-51403784),l,d,n[u+7],14,1735328473),C,l,n[u+12],20,-1926607734),v=c(v,C=c(C,l=c(l,d,v,C,n[u+5],4,-378558),d,v,n[u+8],11,-2022574463),l,d,n[u+11],16,1839030562),C,l,n[u+14],23,-35309556),v=c(v,C=c(C,l=c(l,d,v,C,n[u+1],4,-1530992060),d,v,n[u+4],11,1272893353),l,d,n[u+7],16,-155497632),C,l,n[u+10],23,-1094730640),v=c(v,C=c(C,l=c(l,d,v,C,n[u+13],4,681279174),d,v,n[u],11,-358537222),l,d,n[u+3],16,-722521979),C,l,n[u+6],23,76029189),v=c(v,C=c(C,l=c(l,d,v,C,n[u+9],4,-640364487),d,v,n[u+12],11,-421815835),l,d,n[u+15],16,530742520),C,l,n[u+2],23,-995338651),v=f(v,C=f(C,l=f(l,d,v,C,n[u],6,-198630844),d,v,n[u+7],10,1126891415),l,d,n[u+14],15,-1416354905),C,l,n[u+5],21,-57434055),v=f(v,C=f(C,l=f(l,d,v,C,n[u+12],6,1700485571),d,v,n[u+3],10,-1894986606),l,d,n[u+10],15,-1051523),C,l,n[u+1],21,-2054922799),v=f(v,C=f(C,l=f(l,d,v,C,n[u+8],6,1873313359),d,v,n[u+15],10,-30611744),l,d,n[u+6],15,-1560198380),C,l,n[u+13],21,1309151649),v=f(v,C=f(C,l=f(l,d,v,C,n[u+4],6,-145523070),d,v,n[u+11],10,-1120210379),l,d,n[u+2],15,718787259),C,l,n[u+9],21,-343485551),l=r(l,i),d=r(d,a),v=r(v,h),C=r(C,g);return[l,d,v,C]}function a(n){var r,t="",u=32*n.length;for(r=0;r<u;r+=8)t+=String.fromCharCode(n[r>>5]>>>r%32&255);return t}function h(n){var r,t=[];for(t[(n.length>>2)-1]=void 0,r=0;r<t.length;r+=1)t[r]=0;var u=8*n.length;for(r=0;r<u;r+=8)t[r>>5]|=(255&n.charCodeAt(r/8))<<r%32;return t}function g(n){return a(i(h(n),8*n.length))}function l(n,r){var t,u,e=h(n),o=[],c=[];for(o[15]=c[15]=void 0,e.length>16&&(e=i(e,8*n.length)),t=0;t<16;t+=1)o[t]=909522486^e[t],c[t]=1549556828^e[t];return u=i(o.concat(h(r)),512+8*r.length),a(i(c.concat(u),640))}function d(n){var r,t,u="";for(t=0;t<n.length;t+=1)r=n.charCodeAt(t),u+="0123456789abcdef".charAt(r>>>4&15)+"0123456789abcdef".charAt(15&r);return u}function v(n){return unescape(encodeURIComponent(n))}function C(n){return g(v(n))}function A(n){return d(C(n))}function m(n,r){return l(v(n),v(r))}function s(n,r){return d(m(n,r))}function b(n,r,t){return r?t?m(r,n):s(r,n):t?C(n):A(n)}$.md5=b}();
|
||||
|
||||
@ -7,17 +7,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#健康抽奖机
|
||||
10 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health.js, tag=健康抽奖机, enabled=true
|
||||
10 0 * * * jd_health.js, tag=健康抽奖机, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health.js,tag=健康抽奖机
|
||||
cron "10 0 * * *" script-path=jd_health.js,tag=健康抽奖机
|
||||
|
||||
===============Surge=================
|
||||
健康抽奖机 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health.js
|
||||
健康抽奖机 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=jd_health.js
|
||||
|
||||
============小火箭=========
|
||||
健康抽奖机 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
健康抽奖机 = type=cron,script-path=jd_health.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('健康抽奖机');
|
||||
|
||||
|
||||
@ -13,17 +13,17 @@ boxjs IMMORTAL_LATLON
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东神仙书院
|
||||
20 8,12,22 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_immortal.js, tag=京东神仙书院, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
20 8,12,22 * * * jd_immortal.js, tag=京东神仙书院, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "20 8,12,22 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_immortal.js, tag=京东神仙书院
|
||||
cron "20 8,12,22 * * *" script-path=jd_immortal.js, tag=京东神仙书院
|
||||
|
||||
===============Surge=================
|
||||
京东神仙书院 = type=cron,cronexp="20 8,12,22 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_immortal.js
|
||||
京东神仙书院 = type=cron,cronexp="20 8,12,22 * * *",wake-system=1,timeout=3600,script-path=jd_immortal.js
|
||||
|
||||
============小火箭=========
|
||||
京东神仙书院 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_immortal.js, cronexpr="20 8,12,22 * * *", timeout=3600, enable=true
|
||||
京东神仙书院 = type=cron,script-path=jd_immortal.js, cronexpr="20 8,12,22 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东神仙书院');
|
||||
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东神仙书院答题
|
||||
20 * * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_immortal_answer.js, tag=京东神仙书院答题, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
20 * * * * jd_immortal_answer.js, tag=京东神仙书院答题, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "20 * * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_immortal_answer.js,tag=京东神仙书院答题
|
||||
cron "20 * * * *" script-path=jd_immortal_answer.js,tag=京东神仙书院答题
|
||||
|
||||
===============Surge=================
|
||||
京东神仙书院答题 = type=cron,cronexp="20 * * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_immortal_answer.js
|
||||
京东神仙书院答题 = type=cron,cronexp="20 * * * *",wake-system=1,timeout=3600,script-path=jd_immortal_answer.js
|
||||
|
||||
============小火箭=========
|
||||
京东神仙书院答题 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_immortal_answer.js, cronexpr="20 * * * *", timeout=3600, enable=true
|
||||
京东神仙书院答题 = type=cron,script-path=jd_immortal_answer.js, cronexpr="20 * * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东神仙书院答题');
|
||||
|
||||
|
||||
@ -6,17 +6,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东健康
|
||||
10 8 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdh.js, tag=京东健康, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_jdh.png, enabled=true
|
||||
10 8 * * * jd_jdh.js, tag=京东健康, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_jdh.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 8 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdh.js,tag=京东健康
|
||||
cron "10 8 * * *" script-path=jd_jdh.js,tag=京东健康
|
||||
|
||||
===============Surge=================
|
||||
京东健康 = type=cron,cronexp="10 8 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdh.js
|
||||
京东健康 = type=cron,cronexp="10 8 * * *",wake-system=1,timeout=3600,script-path=jd_jdh.js
|
||||
|
||||
============小火箭=========
|
||||
京东健康 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdh.js, cronexpr="10 8 * * *", timeout=3600, enable=true
|
||||
京东健康 = type=cron,script-path=jd_jdh.js, cronexpr="10 8 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东健康');
|
||||
const notify = $.isNode() ? require('../sendNotify') : '';
|
||||
|
||||
@ -5,24 +5,24 @@
|
||||
号内循环互助,每天2500+兑币=20+京豆,推荐打开将抽奖码换为兑币的开关
|
||||
docker用户推荐修改默认cron,避免冲垮服务器
|
||||
活动入口:微信搜索小程序-京小兑
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxd.js
|
||||
更新地址:jd_jxd.js
|
||||
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京小兑
|
||||
30 8,16,20 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxd.js, tag=京小兑, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_jxd.png, enabled=true
|
||||
30 8,16,20 * * * jd_jxd.js, tag=京小兑, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_jxd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "35 8,16,20 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxd.js, tag=京小兑
|
||||
cron "35 8,16,20 * * *" script-path=jd_jxd.js, tag=京小兑
|
||||
|
||||
===============Surge=================
|
||||
京小兑 = type=cron,cronexp="40 8,16,20 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxd.js
|
||||
京小兑 = type=cron,cronexp="40 8,16,20 * * *",wake-system=1,timeout=3600,script-path=jd_jxd.js
|
||||
|
||||
============小火箭=========
|
||||
京小兑 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxd.js, cronexpr="45 8,16,20 * * *", timeout=3600, enable=true
|
||||
京小兑 = type=cron,script-path=jd_jxd.js, cronexpr="45 8,16,20 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('京小兑');
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京喜故事
|
||||
10 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxstory.js, tag=京喜故事, enabled=true
|
||||
10 7 * * * jd_jxstory.js, tag=京喜故事, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxstory.js,tag=京喜故事
|
||||
cron "10 7 * * *" script-path=jd_jxstory.js,tag=京喜故事
|
||||
|
||||
===============Surge=================
|
||||
京喜故事 = type=cron,cronexp="10 * * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxstory.js
|
||||
京喜故事 = type=cron,cronexp="10 * * * *",wake-system=1,timeout=3600,script-path=jd_jxstory.js
|
||||
|
||||
============小火箭=========
|
||||
京喜故事 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxstory.js, cronexpr="10 * * * *", timeout=3600, enable=true
|
||||
京喜故事 = type=cron,script-path=jd_jxstory.js, cronexpr="10 * * * *", timeout=3600, enable=true
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@ -2,23 +2,23 @@
|
||||
直播红包雨
|
||||
每天0,9,11,13,15,17,19,20,21,23可领,每日上限未知
|
||||
活动时间:2020-12-14 到 2020-12-31
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain.js
|
||||
更新地址:jd_live_redrain.js
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#直播红包雨
|
||||
0 0,9,11,13,15,17,19,20,21,23 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain.js, tag=直播红包雨, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
0 0,9,11,13,15,17,19,20,21,23 * * * jd_live_redrain.js, tag=直播红包雨, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 0,9,11,13,15,17,19,20,21,23 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain.js, tag=直播红包雨
|
||||
cron "0 0,9,11,13,15,17,19,20,21,23 * * *" script-path=jd_live_redrain.js, tag=直播红包雨
|
||||
|
||||
===============Surge=================
|
||||
直播红包雨 = type=cron,cronexp="0 0,9,11,13,15,17,19,20,21,23 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain.js
|
||||
直播红包雨 = type=cron,cronexp="0 0,9,11,13,15,17,19,20,21,23 * * *",wake-system=1,timeout=3600,script-path=jd_live_redrain.js
|
||||
|
||||
============小火箭=========
|
||||
直播红包雨 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain.js, cronexpr="0 0,9,11,13,15,17,19,20,21,23 * * *", timeout=3600, enable=true
|
||||
直播红包雨 = type=cron,script-path=jd_live_redrain.js, cronexpr="0 0,9,11,13,15,17,19,20,21,23 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('直播红包雨');
|
||||
let ids = {
|
||||
|
||||
@ -2,23 +2,23 @@
|
||||
超级直播间红包雨
|
||||
每天20-23半点可领,每日上限未知
|
||||
活动时间:活动时间未知
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain2.js
|
||||
更新地址:jd_live_redrain2.js
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#超级直播间红包雨
|
||||
30 20-23/1 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain2.js, tag=超级直播间红包雨, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
30 20-23/1 * * * jd_live_redrain2.js, tag=超级直播间红包雨, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "30 20-23/1 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain2.js, tag=超级直播间红包雨
|
||||
cron "30 20-23/1 * * *" script-path=jd_live_redrain2.js, tag=超级直播间红包雨
|
||||
|
||||
===============Surge=================
|
||||
超级直播间红包雨 = type=cron,cronexp="30 20-23/1 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain2.js
|
||||
超级直播间红包雨 = type=cron,cronexp="30 20-23/1 * * *",wake-system=1,timeout=3600,script-path=jd_live_redrain2.js
|
||||
|
||||
============小火箭=========
|
||||
超级直播间红包雨 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain2.js, cronexpr="30 20-23/1 * * *", timeout=3600, enable=true
|
||||
超级直播间红包雨 = type=cron,script-path=jd_live_redrain2.js, cronexpr="30 20-23/1 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('超级直播间红包雨');
|
||||
|
||||
|
||||
@ -1,24 +1,24 @@
|
||||
/*
|
||||
盲盒抽京豆
|
||||
活动时间:2021年1月6日~2021年2月5日
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mh.js
|
||||
更新地址:jd_mh.js
|
||||
活动入口:https://anmp.jd.com/babelDiy/Zeus/xKACpgVjVJM7zPKbd5AGCij5yV9/index.html?wxAppName=jd
|
||||
已支持IOS双京东账号,Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#盲盒抽京豆
|
||||
1 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mh.js, tag=盲盒抽京豆, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_mh.jpg, enabled=true
|
||||
1 7 * * * jd_mh.js, tag=盲盒抽京豆, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_mh.jpg, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "1 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mh.js,tag=盲盒抽京豆
|
||||
cron "1 7 * * *" script-path=jd_mh.js,tag=盲盒抽京豆
|
||||
|
||||
===============Surge=================
|
||||
盲盒抽京豆 = type=cron,cronexp="1 7 * * *",wake-system=1,timeout=200,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mh.js
|
||||
盲盒抽京豆 = type=cron,cronexp="1 7 * * *",wake-system=1,timeout=200,script-path=jd_mh.js
|
||||
|
||||
============小火箭=========
|
||||
盲盒抽京豆 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mh.js, cronexpr="1 8,12,18* * *", timeout=200, enable=true
|
||||
盲盒抽京豆 = type=cron,script-path=jd_mh.js, cronexpr="1 8,12,18* * *", timeout=200, enable=true
|
||||
*/
|
||||
const $ = new Env('盲盒抽京豆');
|
||||
const notify = $.isNode() ? require('../sendNotify') : '';
|
||||
|
||||
@ -2,23 +2,23 @@
|
||||
秒杀红包雨,可以获取3次,一天运行一次即可
|
||||
活动时间:2020-12-1 到 2020-12-31
|
||||
活动入口:首页👉秒杀👉往下拉(手指向上滑动)👉可以看到狂撒2亿京东
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms_redrain.js
|
||||
更新地址:jd_ms_redrain.js
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#秒杀红包雨
|
||||
10 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms_redrain.js, tag=秒杀红包雨, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
10 7 * * * jd_ms_redrain.js, tag=秒杀红包雨, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms_redrain.js, tag=秒杀红包雨
|
||||
cron "10 7 * * *" script-path=jd_ms_redrain.js, tag=秒杀红包雨
|
||||
|
||||
===============Surge=================
|
||||
秒杀红包雨 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms_redrain.js
|
||||
秒杀红包雨 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=jd_ms_redrain.js
|
||||
|
||||
============小火箭=========
|
||||
秒杀红包雨 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms_redrain.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
秒杀红包雨 = type=cron,script-path=jd_ms_redrain.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('秒杀红包雨');
|
||||
|
||||
@ -80,8 +80,8 @@ function showMsg() {
|
||||
return new Promise(async resolve => {
|
||||
let nowTime = new Date().getTime() + new Date().getTimezoneOffset()*60*1000 + 8*60*60*1000;
|
||||
if (nowTime > new Date('2020/12/31 23:59:59+08:00').getTime()) {
|
||||
$.msg($.name, '活动已结束', `咱江湖再见\nhttps://github.com/LXK9301/jd_scripts`, {"open-url": "https://github.com/LXK9301/jd_scripts"});
|
||||
if ($.isNode()) await notify.sendNotify($.name + '活动已结束', `咱江湖再见\n https://github.com/LXK9301/jd_scripts`)
|
||||
$.msg($.name, '活动已结束', `咱江湖再见`);
|
||||
if ($.isNode()) await notify.sendNotify($.name + '活动已结束', `咱江湖再见`)
|
||||
} else {
|
||||
$.msg($.name, '', `京东账号${$.index} ${$.nickName}\n${message}`);
|
||||
}
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东压岁钱
|
||||
20 8,12 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_newYearMoney.js, tag=京东压岁钱, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
20 8,12 * * * jd_newYearMoney.js, tag=京东压岁钱, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "20 8,12 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_newYearMoney.js, tag=京东压岁钱
|
||||
cron "20 8,12 * * *" script-path=jd_newYearMoney.js, tag=京东压岁钱
|
||||
|
||||
===============Surge=================
|
||||
京东压岁钱 = type=cron,cronexp="20 8,12 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_newYearMoney.js
|
||||
京东压岁钱 = type=cron,cronexp="20 8,12 * * *",wake-system=1,timeout=3600,script-path=jd_newYearMoney.js
|
||||
|
||||
============小火箭=========
|
||||
京东压岁钱 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_newYearMoney.js, cronexpr="20 8,12 * * *", timeout=3600, enable=true
|
||||
京东压岁钱 = type=cron,script-path=jd_newYearMoney.js, cronexpr="20 8,12 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('京东压岁钱');
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东压岁钱抢百元卡
|
||||
0 0 9,12,16,20 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_newYearMoney_lottery.js, tag=京东压岁钱抢百元卡, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
0 0 9,12,16,20 * * * jd_newYearMoney_lottery.js, tag=京东压岁钱抢百元卡, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 0 9,12,16,20 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_newYearMoney_lottery.js, tag=京东压岁钱抢百元卡
|
||||
cron "0 0 9,12,16,20 * * *" script-path=jd_newYearMoney_lottery.js, tag=京东压岁钱抢百元卡
|
||||
|
||||
===============Surge=================
|
||||
京东压岁钱抢百元卡 = type=cron,cronexp="0 0 9,12,16,20 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_newYearMoney_lottery.js
|
||||
京东压岁钱抢百元卡 = type=cron,cronexp="0 0 9,12,16,20 * * *",wake-system=1,timeout=3600,script-path=jd_newYearMoney_lottery.js
|
||||
|
||||
============小火箭=========
|
||||
京东压岁钱抢百元卡 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_newYearMoney_lottery.js, cronexpr="0 0 9,12,16,20 * * *", timeout=3600, enable=true
|
||||
京东压岁钱抢百元卡 = type=cron,script-path=jd_newYearMoney_lottery.js, cronexpr="0 0 9,12,16,20 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('京东压岁钱抢百元卡');
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东年货节
|
||||
1 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nh.js, tag=京东年货节, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
1 7 * * * jd_nh.js, tag=京东年货节, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "1 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nh.js,tag=京东年货节
|
||||
cron "1 7 * * *" script-path=jd_nh.js,tag=京东年货节
|
||||
|
||||
===============Surge=================
|
||||
京东年货节 = type=cron,cronexp="1 7 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nh.js
|
||||
京东年货节 = type=cron,cronexp="1 7 * * *",wake-system=1,timeout=3600,script-path=jd_nh.js
|
||||
|
||||
============小火箭=========
|
||||
京东年货节 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nh.js, cronexpr="1 7 * * *", timeout=3600, enable=true
|
||||
京东年货节 = type=cron,script-path=jd_nh.js, cronexpr="1 7 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东年货节');
|
||||
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东炸年兽🧨
|
||||
0 9,12,20,21 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian.js, tag=京东炸年兽🧨, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/main/Icon/lxk0301/jd_nian.png, enabled=true
|
||||
0 9,12,20,21 * * * jd_nian.js, tag=京东炸年兽🧨, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 9,12,20,21 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian.js,tag=京东炸年兽🧨
|
||||
cron "0 9,12,20,21 * * *" script-path=jd_nian.js,tag=京东炸年兽🧨
|
||||
|
||||
===============Surge=================
|
||||
京东炸年兽🧨 = type=cron,cronexp="0 9,12,20,21 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian.js
|
||||
京东炸年兽🧨 = type=cron,cronexp="0 9,12,20,21 * * *",wake-system=1,timeout=3600,script-path=jd_nian.js
|
||||
|
||||
============小火箭=========
|
||||
京东炸年兽🧨 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian.js, cronexpr="0 9,12,20,21 * * *", timeout=3600, enable=true
|
||||
京东炸年兽🧨 = type=cron,script-path=jd_nian.js, cronexpr="0 9,12,20,21 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东炸年兽🧨');
|
||||
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东炸年兽AR
|
||||
0 9 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_ar.js, tag=京东炸年兽AR, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/main/Icon/lxk0301/jd_nian.png, enabled=true
|
||||
0 9 * * * jd_nian_ar.js, tag=京东炸年兽AR, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 9 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_ar.js,tag=京东炸年兽AR
|
||||
cron "0 9 * * *" script-path=jd_nian_ar.js,tag=京东炸年兽AR
|
||||
|
||||
===============Surge=================
|
||||
京东炸年兽AR = type=cron,cronexp="0 9 * * *",wake-system=1,timeout=36000,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_ar.js
|
||||
京东炸年兽AR = type=cron,cronexp="0 9 * * *",wake-system=1,timeout=36000,script-path=jd_nian_ar.js
|
||||
|
||||
============小火箭=========
|
||||
京东炸年兽AR = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_ar.js, cronexpr="0 9 * * *", timeout=3600, enable=true
|
||||
京东炸年兽AR = type=cron,script-path=jd_nian_ar.js, cronexpr="0 9 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东炸年兽AR');
|
||||
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东炸年兽签到任务🧨
|
||||
30 8 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_sign.js, tag=京东炸年兽签到任务🧨, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/main/Icon/lxk0301/jd_nian.png, enabled=true
|
||||
30 8 * * * jd_nian_sign.js, tag=京东炸年兽签到任务🧨, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "30 8 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_sign.js,tag=京东炸年兽签到任务🧨
|
||||
cron "30 8 * * *" script-path=jd_nian_sign.js,tag=京东炸年兽签到任务🧨
|
||||
|
||||
===============Surge=================
|
||||
京东炸年兽签到任务🧨 = type=cron,cronexp="30 8 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_sign.js
|
||||
京东炸年兽签到任务🧨 = type=cron,cronexp="30 8 * * *",wake-system=1,timeout=3600,script-path=jd_nian_sign.js
|
||||
|
||||
============小火箭=========
|
||||
京东炸年兽签到任务🧨 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_sign.js, cronexpr="30 8 * * *", timeout=3600, enable=true
|
||||
京东炸年兽签到任务🧨 = type=cron,script-path=jd_nian_sign.js, cronexpr="30 8 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东炸年兽签到任务🧨');
|
||||
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东炸年兽小程序🧨
|
||||
50 8 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_wechat.js, tag=京东炸年兽小程序🧨, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/main/Icon/lxk0301/jd_nian.png, enabled=true
|
||||
50 8 * * * jd_nian_wechat.js, tag=京东炸年兽小程序🧨, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "50 8 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_wechat.js,tag=京东炸年兽小程序🧨
|
||||
cron "50 8 * * *" script-path=jd_nian_wechat.js,tag=京东炸年兽小程序🧨
|
||||
|
||||
===============Surge=================
|
||||
京东炸年兽小程序🧨 = type=cron,cronexp="50 8 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_wechat.js
|
||||
京东炸年兽小程序🧨 = type=cron,cronexp="50 8 * * *",wake-system=1,timeout=3600,script-path=jd_nian_wechat.js
|
||||
|
||||
============小火箭=========
|
||||
京东炸年兽小程序🧨 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nian_wechat.js, cronexpr="50 8 * * *", timeout=3600, enable=true
|
||||
京东炸年兽小程序🧨 = type=cron,script-path=jd_nian_wechat.js, cronexpr="50 8 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东炸年兽小程序🧨');
|
||||
|
||||
|
||||
@ -6,17 +6,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#沸腾之夜
|
||||
0 15-19/1 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_party_night.js, tag=沸腾之夜, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
0 15-19/1 * * * jd_party_night.js, tag=沸腾之夜, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 15-19/1 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_party_night.js,tag=沸腾之夜
|
||||
cron "0 15-19/1 * * *" script-path=jd_party_night.js,tag=沸腾之夜
|
||||
|
||||
===============Surge=================
|
||||
沸腾之夜 = type=cron,cronexp="0 15-19/1 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_party_night.js
|
||||
沸腾之夜 = type=cron,cronexp="0 15-19/1 * * *",wake-system=1,timeout=3600,script-path=jd_party_night.js
|
||||
|
||||
============小火箭=========
|
||||
沸腾之夜 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_party_night.js, cronexpr="0 15-19/1 * * *", timeout=3600, enable=true
|
||||
沸腾之夜 = type=cron,script-path=jd_party_night.js, cronexpr="0 15-19/1 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('沸腾之夜');
|
||||
const notify = $.isNode() ? require('../sendNotify') : '';
|
||||
|
||||
@ -12,15 +12,15 @@ hostname = jdjoy.jd.com,draw.jdfcloud.com
|
||||
|
||||
==========Surge=============
|
||||
[Script]
|
||||
聚宝盆投狗粮辅助 = type=http-response,pattern=^https:\/\/jdjoy\.jd\.com\/pet\/getPetTreasureBox|^https:\/\/draw\.jdfcloud\.com\/\/pet\/getPetTreasureBox,requires-body=1,max-size=0,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_petTreasureBox.js
|
||||
聚宝盆投狗粮辅助 = type=http-response,pattern=^https:\/\/jdjoy\.jd\.com\/pet\/getPetTreasureBox|^https:\/\/draw\.jdfcloud\.com\/\/pet\/getPetTreasureBox,requires-body=1,max-size=0,script-path=jd_petTreasureBox.js
|
||||
|
||||
===================Quantumult X=====================
|
||||
[rewrite_local]
|
||||
^https:\/\/jdjoy\.jd\.com\/pet\/getPetTreasureBox|^https:\/\/draw\.jdfcloud\.com\/\/pet\/getPetTreasureBox url script-response-body https://gitee.com/lxk0301/jd_scripts/raw/master/jd_petTreasureBox.js
|
||||
^https:\/\/jdjoy\.jd\.com\/pet\/getPetTreasureBox|^https:\/\/draw\.jdfcloud\.com\/\/pet\/getPetTreasureBox url script-response-body jd_petTreasureBox.js
|
||||
|
||||
=====================Loon=====================
|
||||
[Script]
|
||||
http-response ^https:\/\/jdjoy\.jd\.com\/pet\/getPetTreasureBox|^https:\/\/draw\.jdfcloud\.com\/\/pet\/getPetTreasureBox script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_petTreasureBox.js, requires-body=true, timeout=3600, tag=聚宝盆投狗粮辅助
|
||||
http-response ^https:\/\/jdjoy\.jd\.com\/pet\/getPetTreasureBox|^https:\/\/draw\.jdfcloud\.com\/\/pet\/getPetTreasureBox script-path=jd_petTreasureBox.js, requires-body=true, timeout=3600, tag=聚宝盆投狗粮辅助
|
||||
|
||||
*/
|
||||
let body = $response.body;
|
||||
|
||||
@ -8,17 +8,17 @@ PUBG ,运行时间会比较久,Surge请加大timeout时间
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#PUBG
|
||||
10 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pubg.js, tag=PUBG, enabled=true
|
||||
10 0 * * * jd_pubg.js, tag=PUBG, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pubg.js,tag=PUBG
|
||||
cron "10 0 * * *" script-path=jd_pubg.js,tag=PUBG
|
||||
|
||||
===============Surge=================
|
||||
PUBG = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pubg.js
|
||||
PUBG = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=jd_pubg.js
|
||||
|
||||
============小火箭=========
|
||||
PUBG = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pubg.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
PUBG = type=cron,script-path=jd_pubg.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('PUBG');
|
||||
!function(n) {
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#金榜年终奖
|
||||
10 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_split.js, tag=年终奖, enabled=true
|
||||
10 0 * * * jd_split.js, tag=年终奖, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_split.js,tag=年终奖
|
||||
cron "10 0 * * *" script-path=jd_split.js,tag=年终奖
|
||||
|
||||
===============Surge=================
|
||||
金榜年终奖 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_split.js
|
||||
金榜年终奖 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=jd_split.js
|
||||
|
||||
============小火箭=========
|
||||
金榜年终奖 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_split.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
金榜年终奖 = type=cron,script-path=jd_split.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('金榜年终奖');
|
||||
|
||||
|
||||
@ -1,24 +1,24 @@
|
||||
/*
|
||||
京东超级盒子
|
||||
活动时间:未知
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_super_box.js
|
||||
更新地址:jd_super_box.js
|
||||
活动入口:https://prodev.m.jd.com/mall/active/21uMxFV5yiP4ivdSbmHqv5f2aXFK/index.html?tttparams=TiOY=woeyJnTG5nIjoiMTIwLjg3NTY0MSIsImdMYXQiOiIzMS4yODMxMzYifQ7==
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东超级盒子
|
||||
20 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_super_box.js, tag=京东超级盒子, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
20 7 * * * jd_super_box.js, tag=京东超级盒子, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "20 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_super_box.js,tag=京东超级盒子
|
||||
cron "20 7 * * *" script-path=jd_super_box.js,tag=京东超级盒子
|
||||
|
||||
===============Surge=================
|
||||
京东超级盒子 = type=cron,cronexp="20 7 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_super_box.js
|
||||
京东超级盒子 = type=cron,cronexp="20 7 * * *",wake-system=1,timeout=3600,script-path=jd_super_box.js
|
||||
|
||||
============小火箭=========
|
||||
京东超级盒子 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_super_box.js, cronexpr="20 7 * * *", timeout=3600, enable=true
|
||||
京东超级盒子 = type=cron,script-path=jd_super_box.js, cronexpr="20 7 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东超级盒子');
|
||||
|
||||
|
||||
@ -8,16 +8,16 @@
|
||||
============QuantumultX==============
|
||||
[task_local]
|
||||
#球队赢好礼
|
||||
10 1 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_tcl.js, tag=球队赢好礼, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdyjd.png, enabled=true
|
||||
10 1 * * * jd_tcl.js, tag=球队赢好礼, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdyjd.png, enabled=true
|
||||
=================Loon===============
|
||||
[Script]
|
||||
cron "10 1 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_tcl.js,tag=球队赢好礼
|
||||
cron "10 1 * * *" script-path=jd_tcl.js,tag=球队赢好礼
|
||||
=================Surge==============
|
||||
[Script]
|
||||
球队赢好礼 = type=cron,cronexp="10 1 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_tcl.js
|
||||
球队赢好礼 = type=cron,cronexp="10 1 * * *",wake-system=1,timeout=3600,script-path=jd_tcl.js
|
||||
|
||||
============小火箭=========
|
||||
球队赢好礼 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_tcl.js, cronexpr="10 1 * * *", timeout=3600, enable=true
|
||||
球队赢好礼 = type=cron,script-path=jd_tcl.js, cronexpr="10 1 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env("球队赢好礼");
|
||||
|
||||
@ -6,14 +6,14 @@
|
||||
==========Quantumult X==========
|
||||
[task_local]
|
||||
#注销京东会员卡
|
||||
55 23 * * 6 https://gitee.com/lxk0301/jd_scripts/raw/master/jd_unbind.js, tag=注销京东会员卡, img-url= https://raw.githubusercontent.com/58xinian/icon/master/jd_unbind.png, enabled=true
|
||||
55 23 * * 6 jd_unbind.js, tag=注销京东会员卡, img-url= https://raw.githubusercontent.com/58xinian/icon/master/jd_unbind.png, enabled=true
|
||||
=======Loon========
|
||||
[Script]
|
||||
cron "55 23 * * 6" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_unbind.js,tag=注销京东会员卡
|
||||
cron "55 23 * * 6" script-path=jd_unbind.js,tag=注销京东会员卡
|
||||
========Surge==========
|
||||
注销京东会员卡 = type=cron,cronexp="55 23 * * 6",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_unbind.js
|
||||
注销京东会员卡 = type=cron,cronexp="55 23 * * 6",wake-system=1,timeout=3600,script-path=jd_unbind.js
|
||||
=======小火箭=====
|
||||
注销京东会员卡 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_unbind.js, cronexpr="10 23 * * 6", timeout=3600, enable=true
|
||||
注销京东会员卡 = type=cron,script-path=jd_unbind.js, cronexpr="10 23 * * 6", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('注销京东会员卡');
|
||||
//Node.js用户请在jdCookie.js处填写京东ck;
|
||||
|
||||
@ -11,17 +11,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东看一看
|
||||
10 9 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_watch.js, tag=京东看一看, enabled=true
|
||||
10 9 * * * jd_watch.js, tag=京东看一看, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 9 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_watch.js,tag=京东看一看
|
||||
cron "10 9 * * *" script-path=jd_watch.js,tag=京东看一看
|
||||
|
||||
===============Surge=================
|
||||
京东看一看 = type=cron,cronexp="10 9 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_watch.js
|
||||
京东看一看 = type=cron,cronexp="10 9 * * *",wake-system=1,timeout=3600,script-path=jd_watch.js
|
||||
|
||||
============小火箭=========
|
||||
京东看一看 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_watch.js, cronexpr="10 9 * * *", timeout=3600, enable=true
|
||||
京东看一看 = type=cron,script-path=jd_watch.js, cronexpr="10 9 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东看一看');
|
||||
let acceptBody = [
|
||||
@ -219,8 +219,8 @@ function showMsg() {
|
||||
// $.msg($.name, '', `京东账号${$.index} ${$.nickName}\n${message}`);
|
||||
let nowTime = new Date().getTime() + new Date().getTimezoneOffset()*60*1000 + 8*60*60*1000;
|
||||
if (nowTime > new Date('2020/12/31 23:59:59+08:00').getTime()) {
|
||||
$.msg($.name, '活动已结束', `咱江湖再见\nhttps://github.com/LXK9301/jd_scripts`, {"open-url": "https://github.com/LXK9301/jd_scripts"});
|
||||
if ($.isNode()) await notify.sendNotify($.name + '活动已结束', `咱江湖再见\n https://github.com/LXK9301/jd_scripts`)
|
||||
$.msg($.name, '活动已结束', `咱江湖再见`);
|
||||
if ($.isNode()) await notify.sendNotify($.name + '活动已结束', `咱江湖再见`)
|
||||
} else {
|
||||
$.msg($.name, '', `京东账号${$.index} ${$.nickName}\n${message}`);
|
||||
}
|
||||
|
||||
@ -2,24 +2,24 @@
|
||||
小鸽有礼
|
||||
抽奖可获得京豆和快递优惠券
|
||||
活动时间:2021年1月15日至2021年2月19日
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js
|
||||
更新地址:jd_xg.js
|
||||
活动入口:https://snsdesign.jd.com/babelDiy/Zeus/4N5phvUAqZsGWBNGVJWmufXoBzpt/index.html?channel=lingsns003&scope=0&sceneid=9001&btnTips=&hideApp=0
|
||||
已支持IOS双京东账号,Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#小鸽有礼
|
||||
5 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js, tag=小鸽有礼, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_xg.jpg, enabled=true
|
||||
5 7 * * * jd_xg.js, tag=小鸽有礼, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_xg.jpg, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "5 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js,tag=小鸽有礼
|
||||
cron "5 7 * * *" script-path=jd_xg.js,tag=小鸽有礼
|
||||
|
||||
===============Surge=================
|
||||
小鸽有礼 = type=cron,cronexp="5 7 * * *",wake-system=1,timeout=200,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js
|
||||
小鸽有礼 = type=cron,cronexp="5 7 * * *",wake-system=1,timeout=200,script-path=jd_xg.js
|
||||
|
||||
============小火箭=========
|
||||
小鸽有礼 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js, cronexpr="5 7 * * *", timeout=200, enable=true
|
||||
小鸽有礼 = type=cron,script-path=jd_xg.js, cronexpr="5 7 * * *", timeout=200, enable=true
|
||||
*/
|
||||
const $ = new Env('小鸽有礼');
|
||||
const notify = $.isNode() ? require('../sendNotify') : '';
|
||||
|
||||
@ -3,24 +3,24 @@
|
||||
每天抽奖25豆
|
||||
活动入口:https://jingcai-h5.jd.com/#/dialTemplate?activityCode=1354648125121241088
|
||||
活动时间:2021年1月28日~2021年2月28日
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xgyl.js
|
||||
更新地址:jd_xgyl.js
|
||||
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#小鸽有礼2
|
||||
30 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xgyl.js, tag=小鸽有礼2, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_xgyl.png, enabled=true
|
||||
30 7 * * * jd_xgyl.js, tag=小鸽有礼2, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_xgyl.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "30 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xgyl.js, tag=小鸽有礼2
|
||||
cron "30 7 * * *" script-path=jd_xgyl.js, tag=小鸽有礼2
|
||||
|
||||
===============Surge=================
|
||||
小鸽有礼2 = type=cron,cronexp="30 7 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xgyl.js
|
||||
小鸽有礼2 = type=cron,cronexp="30 7 * * *",wake-system=1,timeout=3600,script-path=jd_xgyl.js
|
||||
|
||||
============小火箭=========
|
||||
小鸽有礼2 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xgyl.js, cronexpr="30 7 * * *", timeout=3600, enable=true
|
||||
小鸽有礼2 = type=cron,script-path=jd_xgyl.js, cronexpr="30 7 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('小鸽有礼2');
|
||||
|
||||
|
||||
@ -1,23 +1,23 @@
|
||||
/*
|
||||
金融打卡领年终奖
|
||||
活动时间:2020-12-8 到 2020-12-31
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jr_sign.js
|
||||
更新地址:jr_sign.js
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#金融打卡领年终奖
|
||||
10 6 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jr_sign.js, tag=金融打卡领年终奖, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
10 6 * * * jr_sign.js, tag=金融打卡领年终奖, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 6 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jr_sign.js, tag=金融打卡领年终奖
|
||||
cron "10 6 * * *" script-path=jr_sign.js, tag=金融打卡领年终奖
|
||||
|
||||
===============Surge=================
|
||||
金融打卡领年终奖 = type=cron,cronexp="10 6 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jr_sign.js
|
||||
金融打卡领年终奖 = type=cron,cronexp="10 6 * * *",wake-system=1,timeout=3600,script-path=jr_sign.js
|
||||
|
||||
============小火箭=========
|
||||
金融打卡领年终奖 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jr_sign.js, cronexpr="10 6 * * *", timeout=3600, enable=true
|
||||
金融打卡领年终奖 = type=cron,script-path=jr_sign.js, cronexpr="10 6 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('金融打卡领年终奖');
|
||||
|
||||
@ -75,8 +75,8 @@ function showMsg() {
|
||||
return new Promise(async resolve => {
|
||||
let nowTime = new Date().getTime() + new Date().getTimezoneOffset()*60*1000 + 8*60*60*1000;
|
||||
if (nowTime > new Date('2020/12/31 23:59:59+08:00').getTime()) {
|
||||
$.msg($.name, '活动已结束', `咱江湖再见\nhttps://github.com/LXK9301/jd_scripts`, {"open-url": "https://github.com/LXK9301/jd_scripts"});
|
||||
if ($.isNode()) await notify.sendNotify($.name + '活动已结束', `咱江湖再见\n https://github.com/LXK9301/jd_scripts`)
|
||||
$.msg($.name, '活动已结束', `咱江湖再见`);
|
||||
if ($.isNode()) await notify.sendNotify($.name + '活动已结束', `咱江湖再见`)
|
||||
} else {
|
||||
$.msg($.name, '', `【京东账号${$.index}】${$.nickName}\n${message}`);
|
||||
}
|
||||
|
||||
@ -5,17 +5,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京喜签到
|
||||
5 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jx_sign.js, tag=京喜签到, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
5 0 * * * jx_sign.js, tag=京喜签到, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "5 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jx_sign.js,tag=京喜签到
|
||||
cron "5 0 * * *" script-path=jx_sign.js,tag=京喜签到
|
||||
|
||||
===============Surge=================
|
||||
京喜签到 = type=cron,cronexp="5 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jx_sign.js
|
||||
京喜签到 = type=cron,cronexp="5 0 * * *",wake-system=1,timeout=3600,script-path=jx_sign.js
|
||||
|
||||
============小火箭=========
|
||||
京喜签到 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jx_sign.js, cronexpr="5 0 * * *", timeout=3600, enable=true
|
||||
京喜签到 = type=cron,script-path=jx_sign.js, cronexpr="5 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京喜签到');
|
||||
const notify = $.isNode() ? require('../sendNotify') : '';
|
||||
|
||||
@ -1,14 +1,12 @@
|
||||
/*
|
||||
* @Author: LXK9301 https://github.com/LXK9301
|
||||
* @Date: 2020-10-24 18:53:29
|
||||
* @Last Modified by: LXK9301
|
||||
* @Date: 2020-10-24 18:53:29
|
||||
* @Last Modified time: 2020-11-05 18:54:13
|
||||
*/
|
||||
|
||||
const $ = new Env('Webhook触发Action');
|
||||
let ACTIONS_TRIGGER_TOKEN = '';//Personal access tokens,申请教程:https://www.jianshu.com/p/bb82b3ad1d11 记得勾选repo权限就行
|
||||
let TRIGGER_KEYWORDS = '';//.github/workflows/路径里面yml文件里面repository_dispatch项目的types值,例如jd_fruit.yml里面的值为fruit
|
||||
let githubUser = '';//github用户名,例:LXK9301
|
||||
let githubUser = '';//github用户名,例:xxxx
|
||||
let repo = '';//需要触发的 Github Action 所在的仓库名称 例:scripts
|
||||
|
||||
!(async () => {
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
/*
|
||||
* @Author: LXK9301 https://github.com/LXK9301
|
||||
* @Date: 2020-11-01 13:43:28
|
||||
* @Last Modified by: LXK9301
|
||||
* @Date: 2020-11-01 13:43:28
|
||||
* @Last Modified time: 2021-4-22 13:43:28
|
||||
*/
|
||||
/*
|
||||
@ -14,19 +12,19 @@ APP Store下载小米运动APP
|
||||
hostname = account.huami.com
|
||||
Surge
|
||||
[Script]
|
||||
小米运动 = type=cron,cronexp="15 17 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/backUp/xmSports.js
|
||||
小米运动获取Token = type=http-response,pattern=^https:\/\/account\.huami\.com\/v2\/client\/login, requires-body=1, max-size=0, script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/backUp/xmSports.js
|
||||
小米运动 = type=cron,cronexp="15 17 * * *",wake-system=1,timeout=3600,script-path=xmSports.js
|
||||
小米运动获取Token = type=http-response,pattern=^https:\/\/account\.huami\.com\/v2\/client\/login, requires-body=1, max-size=0, script-path=backUp/xmSports.js
|
||||
圈X
|
||||
[task_local]
|
||||
# 小米运动
|
||||
15 17 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/backUp/xmSports.js, tag=小米运动, img-url=https://raw.githubusercontent.com/58xinian/icon/master/xmyd.png, enabled=true
|
||||
15 17 * * * xmSports.js, tag=小米运动, img-url=https://raw.githubusercontent.com/58xinian/icon/master/xmyd.png, enabled=true
|
||||
[rewrite_local]
|
||||
# 小米运动获取Token
|
||||
^https:\/\/account\.huami\.com\/v2\/client\/login url script-response-body https://gitee.com/lxk0301/jd_scripts/raw/master/backUp/xmSports.js
|
||||
^https:\/\/account\.huami\.com\/v2\/client\/login url script-response-body xmSports.js
|
||||
Loon
|
||||
[Script]
|
||||
cron "15 17 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/backUp/xmSports.js, tag=小米运动
|
||||
http-response ^https:\/\/account\.huami\.com\/v2\/client\/login script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/backUp/xmSports.js, requires-body=true, timeout=3600, tag=小米运动获取Token
|
||||
cron "15 17 * * *" script-path=xmSports.js, tag=小米运动
|
||||
http-response ^https:\/\/account\.huami\.com\/v2\/client\/login script-path=xmSports.js, requires-body=true, timeout=3600, tag=小米运动获取Token
|
||||
*/
|
||||
|
||||
const $ = new Env('小米运动');
|
||||
|
||||
4
index.js
4
index.js
@ -15,7 +15,7 @@ exports.main_handler = async (event, context, callback) => {
|
||||
break;
|
||||
case 'git':
|
||||
//2.执行github远端的js文件(因github的raw类型的文件被墙,此方法云函数不推荐)
|
||||
request(`https://raw.githubusercontent.com/LXK9301/jd_scripts/master/${v}.js`, function (error, response, body) {
|
||||
request(`https://raw.githubusercontent.com/xxx/jd_scripts/master/${v}.js`, function (error, response, body) {
|
||||
eval(response.body)
|
||||
})
|
||||
break;
|
||||
@ -28,7 +28,7 @@ exports.main_handler = async (event, context, callback) => {
|
||||
break;
|
||||
default:
|
||||
//4.执行国内gitee远端的js文件(如果部署在国内节点,选择1或3。默认使用gitee的方式)
|
||||
request(`https://gitee.com/lxk0301/jd_scripts/raw/master/${v}.js`, function (error, response, body) {
|
||||
request(`${v}.js`, function (error, response, body) {
|
||||
eval(response.body)
|
||||
})
|
||||
break;
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
*/
|
||||
//此处填写京东账号cookie。
|
||||
let CookieJDs = [
|
||||
'',//账号一ck,例:pt_key=XXX;pt_pin=XXX;
|
||||
'',//账号二ck,例:pt_key=XXX;pt_pin=XXX;如有更多,依次类推
|
||||
'',
|
||||
''
|
||||
]
|
||||
// 判断环境变量里面是否有京东ck
|
||||
if (process.env.JD_COOKIE) {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
京东资产变动通知脚本:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_change.js
|
||||
京东资产变动通知脚本:jd_bean_change.js
|
||||
Modified time: 2021-06-9 15:25:41
|
||||
统计昨日京豆的变化情况,包括收入,支出,以及显示当前京豆数量,目前小问题:下单使用京豆后,退款重新购买,计算统计会出现异常
|
||||
统计红包以及过期红包
|
||||
@ -9,16 +9,16 @@ Modified time: 2021-06-9 15:25:41
|
||||
============QuantumultX==============
|
||||
[task_local]
|
||||
#京东资产变动通知
|
||||
2 9 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_change.js, tag=京东资产变动通知, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
2 9 * * * jd_bean_change.js, tag=京东资产变动通知, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
================Loon===============
|
||||
[Script]
|
||||
cron "2 9 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_change.js, tag=京东资产变动通知
|
||||
cron "2 9 * * *" script-path=jd_bean_change.js, tag=京东资产变动通知
|
||||
=============Surge===========
|
||||
[Script]
|
||||
京东资产变动通知 = type=cron,cronexp="2 9 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_change.js
|
||||
京东资产变动通知 = type=cron,cronexp="2 9 * * *",wake-system=1,timeout=3600,script-path=jd_bean_change.js
|
||||
|
||||
============小火箭=========
|
||||
京东资产变动通知 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_change.js, cronexpr="2 9 * * *", timeout=3600, enable=true
|
||||
京东资产变动通知 = type=cron,script-path=jd_bean_change.js, cronexpr="2 9 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东资产变动通知');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -2,23 +2,23 @@
|
||||
领京豆额外奖励&抢京豆
|
||||
脚本自带助力码,介意者可将 29行 helpAuthor 变量设置为 false
|
||||
活动入口:京东APP首页-领京豆
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_home.js
|
||||
更新地址:jd_bean_home.js
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#领京豆额外奖励
|
||||
10 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_home.js, tag=领京豆额外奖励, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_bean_home.png, enabled=true
|
||||
10 7 * * * jd_bean_home.js, tag=领京豆额外奖励, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_bean_home.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_home.js, tag=领京豆额外奖励
|
||||
cron "10 7 * * *" script-path=jd_bean_home.js, tag=领京豆额外奖励
|
||||
|
||||
===============Surge=================
|
||||
领京豆额外奖励 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_home.js
|
||||
领京豆额外奖励 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=jd_bean_home.js
|
||||
|
||||
============小火箭=========
|
||||
领京豆额外奖励 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bean_home.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
领京豆额外奖励 = type=cron,script-path=jd_bean_home.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('领京豆额外奖励');
|
||||
|
||||
|
||||
@ -6,17 +6,17 @@
|
||||
=================================Quantumultx=========================
|
||||
[task_local]
|
||||
#省钱大赢家之翻翻乐
|
||||
20 * * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_big_winner.js, tag=省钱大赢家之翻翻乐, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
20 * * * * jd_big_winner.js, tag=省钱大赢家之翻翻乐, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
=================================Loon===================================
|
||||
[Script]
|
||||
cron "20 * * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_big_winner.js,tag=省钱大赢家之翻翻乐
|
||||
cron "20 * * * *" script-path=jd_big_winner.js,tag=省钱大赢家之翻翻乐
|
||||
|
||||
===================================Surge================================
|
||||
省钱大赢家之翻翻乐 = type=cron,cronexp="20 * * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_big_winner.js
|
||||
省钱大赢家之翻翻乐 = type=cron,cronexp="20 * * * *",wake-system=1,timeout=3600,script-path=jd_big_winner.js
|
||||
|
||||
====================================小火箭=============================
|
||||
省钱大赢家之翻翻乐 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_big_winner.js, cronexpr="20 * * * *", timeout=3600, enable=true
|
||||
省钱大赢家之翻翻乐 = type=cron,script-path=jd_big_winner.js, cronexpr="20 * * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('省钱大赢家之翻翻乐');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
东东超市兑换奖品 脚本地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_blueCoin.js
|
||||
东东超市兑换奖品 脚本地址:jd_blueCoin.js
|
||||
感谢@yangtingxiao提供PR
|
||||
更新时间:2021-6-7
|
||||
活动入口:京东APP我的-更多工具-东东超市
|
||||
@ -8,17 +8,17 @@
|
||||
============QuantumultX==============
|
||||
[task_local]
|
||||
#东东超市兑换奖品
|
||||
0 0 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_blueCoin.js, tag=东东超市兑换奖品, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jxc.png, enabled=true
|
||||
0 0 0 * * * jd_blueCoin.js, tag=东东超市兑换奖品, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jxc.png, enabled=true
|
||||
|
||||
====================Loon=================
|
||||
[Script]
|
||||
cron "0 0 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_blueCoin.js,tag=东东超市兑换奖品
|
||||
cron "0 0 0 * * *" script-path=jd_blueCoin.js,tag=东东超市兑换奖品
|
||||
|
||||
===================Surge==================
|
||||
东东超市兑换奖品 = type=cron,cronexp="0 0 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_blueCoin.js
|
||||
东东超市兑换奖品 = type=cron,cronexp="0 0 0 * * *",wake-system=1,timeout=3600,script-path=jd_blueCoin.js
|
||||
|
||||
============小火箭=========
|
||||
东东超市兑换奖品 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_blueCoin.js, cronexpr="0 0 0 * * *", timeout=3600, enable=true
|
||||
东东超市兑换奖品 = type=cron,script-path=jd_blueCoin.js, cronexpr="0 0 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('东东超市兑换奖品');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -6,17 +6,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#口袋书店
|
||||
1 8,12,18 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bookshop.js, tag=口袋书店, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
1 8,12,18 * * * jd_bookshop.js, tag=口袋书店, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "1 8,12,18 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bookshop.js,tag=口袋书店
|
||||
cron "1 8,12,18 * * *" script-path=jd_bookshop.js,tag=口袋书店
|
||||
|
||||
===============Surge=================
|
||||
口袋书店 = type=cron,cronexp="1 8,12,18 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bookshop.js
|
||||
口袋书店 = type=cron,cronexp="1 8,12,18 * * *",wake-system=1,timeout=3600,script-path=jd_bookshop.js
|
||||
|
||||
============小火箭=========
|
||||
口袋书店 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_bookshop.js, cronexpr="1 8,12,18* * *", timeout=3600, enable=true
|
||||
口袋书店 = type=cron,script-path=jd_bookshop.js, cronexpr="1 8,12,18 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('口袋书店');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
10
jd_car.js
10
jd_car.js
@ -2,23 +2,23 @@
|
||||
京东汽车,签到满500赛点可兑换500京豆,一天运行一次即可
|
||||
长期活动
|
||||
活动入口:京东APP首页-京东汽车-屏幕右中部,车主福利
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car.js
|
||||
更新地址:jd_car.js
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东汽车
|
||||
10 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car.js, tag=京东汽车, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
10 7 * * * jd_car.js, tag=京东汽车, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car.js, tag=京东汽车
|
||||
cron "10 7 * * *" script-path=jd_car.js, tag=京东汽车
|
||||
|
||||
===============Surge=================
|
||||
京东汽车 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car.js
|
||||
京东汽车 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=jd_car.js
|
||||
|
||||
============小火箭=========
|
||||
京东汽车 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
京东汽车 = type=cron,script-path=jd_car.js, cronexpr="10 7 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东汽车');
|
||||
|
||||
|
||||
@ -5,24 +5,24 @@
|
||||
活动入口:京东APP首页-京东汽车-屏幕右中部,车主福利
|
||||
活动网页地址:https://h5.m.jd.com/babelDiy/Zeus/44bjzCpzH9GpspWeBzYSqBA7jEtP/index.html#/journey
|
||||
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car_exchange
|
||||
更新地址:jd_car_exchange
|
||||
已支持IOS, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东汽车兑换
|
||||
0 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car_exchange.js, tag=京东汽车兑换, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
0 0 * * * jd_car_exchange.js, tag=京东汽车兑换, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car_exchange.js, tag=京东汽车兑换
|
||||
cron "0 0 * * *" script-path=jd_car_exchange.js, tag=京东汽车兑换
|
||||
|
||||
===============Surge=================
|
||||
京东汽车兑换 = type=cron,cronexp="0 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car_exchange.js
|
||||
京东汽车兑换 = type=cron,cronexp="0 0 * * *",wake-system=1,timeout=3600,script-path=jd_car_exchange.js
|
||||
|
||||
============小火箭=========
|
||||
京东汽车兑换 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_car_exchange.js, cronexpr="0 0 * * *", timeout=3600, enable=true
|
||||
京东汽车兑换 = type=cron,script-path=jd_car_exchange.js, cronexpr="0 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东汽车兑换');
|
||||
|
||||
|
||||
@ -14,17 +14,17 @@ d、 30000名之外,0京豆
|
||||
===================quantumultx================
|
||||
[task_local]
|
||||
#京东手机狂欢城
|
||||
0 0-18/6 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_carnivalcity.js, tag=京东手机狂欢城, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
0 0-18/6 * * * jd_carnivalcity.js, tag=京东手机狂欢城, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
=====================Loon================
|
||||
[Script]
|
||||
cron "0 0-18/6 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_carnivalcity.js, tag=京东手机狂欢城
|
||||
cron "0 0-18/6 * * *" script-path=jd_carnivalcity.js, tag=京东手机狂欢城
|
||||
|
||||
====================Surge================
|
||||
京东手机狂欢城 = type=cron,cronexp=0 0-18/6 * * *,wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_carnivalcity.js
|
||||
京东手机狂欢城 = type=cron,cronexp=0 0-18/6 * * *,wake-system=1,timeout=3600,script-path=jd_carnivalcity.js
|
||||
|
||||
============小火箭=========
|
||||
5G狂欢城 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_carnivalcity.js, cronexpr="0 0,6,12,18 * * *", timeout=3600, enable=true
|
||||
5G狂欢城 = type=cron,script-path=jd_carnivalcity.js, cronexpr="0 0,6,12,18 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东手机狂欢城');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
@ -110,7 +110,7 @@ let nowTime = new Date().getTime() + new Date().getTimezoneOffset()*60*1000 + 8*
|
||||
}
|
||||
}
|
||||
if ($.canHelp) {
|
||||
console.log(`\n\n如果有剩余助力机会,则给作者lxk0301以及随机码助力`)
|
||||
console.log(`\n\n如果有剩余助力机会,则给作者以及随机码助力`)
|
||||
await doHelp();
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#签到领现金
|
||||
2 0-23/4 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cash.js, tag=签到领现金, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
2 0-23/4 * * * jd_cash.js, tag=签到领现金, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "2 0-23/4 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cash.js,tag=签到领现金
|
||||
cron "2 0-23/4 * * *" script-path=jd_cash.js,tag=签到领现金
|
||||
|
||||
===============Surge=================
|
||||
签到领现金 = type=cron,cronexp="2 0-23/4 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cash.js
|
||||
签到领现金 = type=cron,cronexp="2 0-23/4 * * *",wake-system=1,timeout=3600,script-path=jd_cash.js
|
||||
|
||||
============小火箭=========
|
||||
签到领现金 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cash.js, cronexpr="2 0-23/4 * * *", timeout=3600, enable=true
|
||||
签到领现金 = type=cron,script-path=jd_cash.js, cronexpr="2 0-23/4 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('签到领现金');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -10,16 +10,16 @@ Modified from https://github.com/Zero-S1/JD_tools/blob/master/JD_vvipclub.py
|
||||
============QuantumultX==============
|
||||
[task_local]
|
||||
#摇京豆
|
||||
5 0,23 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_club_lottery.js, tag=摇京豆, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdyjd.png, enabled=true
|
||||
5 0,23 * * * jd_club_lottery.js, tag=摇京豆, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdyjd.png, enabled=true
|
||||
=================Loon===============
|
||||
[Script]
|
||||
cron "5 0,23 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_club_lottery.js,tag=摇京豆
|
||||
cron "5 0,23 * * *" script-path=jd_club_lottery.js,tag=摇京豆
|
||||
=================Surge==============
|
||||
[Script]
|
||||
摇京豆 = type=cron,cronexp="5 0,23 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_club_lottery.js
|
||||
摇京豆 = type=cron,cronexp="5 0,23 * * *",wake-system=1,timeout=3600,script-path=jd_club_lottery.js
|
||||
|
||||
============小火箭=========
|
||||
摇京豆 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_club_lottery.js, cronexpr="5 0,23 * * *", timeout=3600, enable=true
|
||||
摇京豆 = type=cron,script-path=jd_club_lottery.js, cronexpr="5 0,23 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('摇京豆');
|
||||
|
||||
@ -9,17 +9,17 @@ crazyJoy任务
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#crazyJoy任务
|
||||
10 9 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy.js, tag=crazyJoy任务, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_crazy_joy.png, enabled=true
|
||||
10 9 * * * jd_crazy_joy.js, tag=crazyJoy任务, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_crazy_joy.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 9 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy.js,tag=crazyJoy任务
|
||||
cron "10 9 * * *" script-path=jd_crazy_joy.js,tag=crazyJoy任务
|
||||
|
||||
===============Surge=================
|
||||
crazyJoy任务 = type=cron,cronexp="10 9 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy.js
|
||||
crazyJoy任务 = type=cron,cronexp="10 9 * * *",wake-system=1,timeout=3600,script-path=jd_crazy_joy.js
|
||||
|
||||
============小火箭=========
|
||||
crazyJoy任务 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy.js, cronexpr="10 9 * * *", timeout=3600, enable=true
|
||||
crazyJoy任务 = type=cron,script-path=jd_crazy_joy.js, cronexpr="10 9 * * *", timeout=3600, enable=true
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@ -7,17 +7,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#监控crazyJoy分红
|
||||
10 12 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy_bonus.js, tag=监控crazyJoy分红, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_crazy_joy.png, enabled=true
|
||||
10 12 * * * jd_crazy_joy_bonus.js, tag=监控crazyJoy分红, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_crazy_joy.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 12 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy_bonus.js,tag=监控crazyJoy分红
|
||||
cron "10 12 * * *" script-path=jd_crazy_joy_bonus.js,tag=监控crazyJoy分红
|
||||
|
||||
===============Surge=================
|
||||
监控crazyJoy分红 = type=cron,cronexp="10 12 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy_bonus.js
|
||||
监控crazyJoy分红 = type=cron,cronexp="10 12 * * *",wake-system=1,timeout=3600,script-path=jd_crazy_joy_bonus.js
|
||||
|
||||
============小火箭=========
|
||||
监控crazyJoy分红 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy_bonus.js, cronexpr="10 12 * * *", timeout=3600, enable=true
|
||||
监控crazyJoy分红 = type=cron,script-path=jd_crazy_joy_bonus.js, cronexpr="10 12 * * *", timeout=3600, enable=true
|
||||
|
||||
*/
|
||||
const $ = new Env('监控crazyJoy分红');
|
||||
|
||||
@ -12,17 +12,17 @@ crazy joy
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#crazyJoy挂机
|
||||
10 1,12 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy_coin.js, tag=crazyJoy挂机, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_crazy_joy.png, enabled=true
|
||||
10 1,12 * * * jd_crazy_joy_coin.js, tag=crazyJoy挂机, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_crazy_joy.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 1,12 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy_coin.js,tag=crazyJoy挂机
|
||||
cron "10 1,12 * * *" script-path=jd_crazy_joy_coin.js,tag=crazyJoy挂机
|
||||
|
||||
===============Surge=================
|
||||
crazyJoy挂机 = type=cron,cronexp="10 1,12 * * *",wake-system=1,timeout=20,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy_coin.js
|
||||
crazyJoy挂机 = type=cron,cronexp="10 1,12 * * *",wake-system=1,timeout=20,script-path=jd_crazy_joy_coin.js
|
||||
|
||||
============小火箭=========
|
||||
crazyJoy挂机 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_crazy_joy_coin.js, cronexpr="10 1,12 * * *", timeout=200, enable=true
|
||||
crazyJoy挂机 = type=cron,script-path=jd_crazy_joy_coin.js, cronexpr="10 1,12 * * *", timeout=200, enable=true
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@ -7,17 +7,17 @@ Last Modified time: 2020-11-20 14:11:01
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#天天提鹅
|
||||
10 * * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_daily_egg.js, tag=天天提鹅, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdte.png, enabled=true
|
||||
10 * * * * jd_daily_egg.js, tag=天天提鹅, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdte.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 * * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_daily_egg.js,tag=天天提鹅
|
||||
cron "10 * * * *" script-path=jd_daily_egg.js,tag=天天提鹅
|
||||
|
||||
===============Surge=================
|
||||
天天提鹅 = type=cron,cronexp="10 * * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_daily_egg.js
|
||||
天天提鹅 = type=cron,cronexp="10 * * * *",wake-system=1,timeout=3600,script-path=jd_daily_egg.js
|
||||
|
||||
============小火箭=========
|
||||
天天提鹅 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_daily_egg.js, cronexpr="10 * * * *", timeout=3600, enable=true
|
||||
天天提鹅 = type=cron,script-path=jd_daily_egg.js, cronexpr="10 * * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('天天提鹅');
|
||||
let cookiesArr = [], cookie = '';
|
||||
|
||||
@ -7,17 +7,17 @@ author:star
|
||||
===================quantumultx================
|
||||
[task_local]
|
||||
#每日抽奖
|
||||
13 1,22,23 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_daily_lottery.js, tag=每日抽奖, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
13 1,22,23 * * * jd_daily_lottery.js, tag=每日抽奖, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
=====================Loon================
|
||||
[Script]
|
||||
cron "13 1,22,23 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_daily_lottery.js, tag=每日抽奖
|
||||
cron "13 1,22,23 * * *" script-path=jd_daily_lottery.js, tag=每日抽奖
|
||||
|
||||
====================Surge================
|
||||
每日抽奖 = type=cron,cronexp="13 1,22,23 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_daily_lottery.js
|
||||
每日抽奖 = type=cron,cronexp="13 1,22,23 * * *",wake-system=1,timeout=3600,script-path=jd_daily_lottery.js
|
||||
|
||||
============小火箭=========
|
||||
每日抽奖 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_daily_lottery.js, cronexpr="13 1,22,23 * * *", timeout=3600, enable=true
|
||||
每日抽奖 = type=cron,script-path=jd_daily_lottery.js, cronexpr="13 1,22,23 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('小鸽有礼-每日抽奖');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -11,17 +11,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京喜工厂
|
||||
10 * * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_dreamFactory.js, tag=京喜工厂, img-url=https://github.com/58xinian/icon/raw/master/jdgc.png, enabled=true
|
||||
10 * * * * jd_dreamFactory.js, tag=京喜工厂, img-url=https://github.com/58xinian/icon/raw/master/jdgc.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 * * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_dreamFactory.js,tag=京喜工厂
|
||||
cron "10 * * * *" script-path=jd_dreamFactory.js,tag=京喜工厂
|
||||
|
||||
===============Surge=================
|
||||
京喜工厂 = type=cron,cronexp="10 * * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_dreamFactory.js
|
||||
京喜工厂 = type=cron,cronexp="10 * * * *",wake-system=1,timeout=3600,script-path=jd_dreamFactory.js
|
||||
|
||||
============小火箭=========
|
||||
京喜工厂 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_dreamFactory.js, cronexpr="10 * * * *", timeout=3600, enable=true
|
||||
京喜工厂 = type=cron,script-path=jd_dreamFactory.js, cronexpr="10 * * * *", timeout=3600, enable=true
|
||||
|
||||
*/
|
||||
// prettier-ignore
|
||||
@ -979,7 +979,7 @@ async function joinLeaderTuan() {
|
||||
for (let tuanId of $.authorTuanIds) {
|
||||
if (!tuanId) continue
|
||||
if (!$.canHelp) break;
|
||||
console.log(`\n账号${$.UserName} 参加作者lxk0301的团 【${tuanId}】`);
|
||||
console.log(`\n账号${$.UserName} 参加作者的团 【${tuanId}】`);
|
||||
await JoinTuan(tuanId);
|
||||
await $.wait(1000);
|
||||
}
|
||||
|
||||
@ -10,17 +10,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东家庭号
|
||||
1 12,23 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_family.js, tag=京东家庭号, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_family.png, enabled=true
|
||||
1 12,23 * * * jd_family.js, tag=京东家庭号, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_family.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "1 12,23 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_family.js,tag=京东家庭号
|
||||
cron "1 12,23 * * *" script-path=jd_family.js,tag=京东家庭号
|
||||
|
||||
===============Surge=================
|
||||
京东家庭号 = type=cron,cronexp="1 12,23 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_family.js
|
||||
京东家庭号 = type=cron,cronexp="1 12,23 * * *",wake-system=1,timeout=3600,script-path=jd_family.js
|
||||
|
||||
============小火箭=========
|
||||
京东家庭号 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_family.js, cronexpr="1 12,23 * * *", timeout=3600, enable=true
|
||||
京东家庭号 = type=cron,script-path=jd_family.js, cronexpr="1 12,23 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东家庭号');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
10
jd_fruit.js
10
jd_fruit.js
@ -1,5 +1,5 @@
|
||||
/*
|
||||
东东水果:脚本更新地址 https://gitee.com/lxk0301/jd_scripts/raw/master/jd_fruit.js
|
||||
东东水果:脚本更新地址 jd_fruit.js
|
||||
更新时间:2021-5-18
|
||||
活动入口:京东APP我的-更多工具-东东农场
|
||||
东东农场活动链接:https://h5.m.jd.com/babelDiy/Zeus/3KSjXqQabiTuD1cJ28QskrpWoBKT/index.html
|
||||
@ -10,16 +10,16 @@
|
||||
==========================Quantumultx=========================
|
||||
[task_local]
|
||||
#jd免费水果
|
||||
5 6-18/6 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_fruit.js, tag=东东农场, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdnc.png, enabled=true
|
||||
5 6-18/6 * * * jd_fruit.js, tag=东东农场, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdnc.png, enabled=true
|
||||
=========================Loon=============================
|
||||
[Script]
|
||||
cron "5 6-18/6 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_fruit.js,tag=东东农场
|
||||
cron "5 6-18/6 * * *" script-path=jd_fruit.js,tag=东东农场
|
||||
|
||||
=========================Surge============================
|
||||
东东农场 = type=cron,cronexp="5 6-18/6 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_fruit.js
|
||||
东东农场 = type=cron,cronexp="5 6-18/6 * * *",wake-system=1,timeout=3600,script-path=jd_fruit.js
|
||||
|
||||
=========================小火箭===========================
|
||||
东东农场 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_fruit.js, cronexpr="5 6-18/6 * * *", timeout=3600, enable=true
|
||||
东东农场 = type=cron,script-path=jd_fruit.js, cronexpr="5 6-18/6 * * *", timeout=3600, enable=true
|
||||
|
||||
jd免费水果 搬的https://github.com/liuxiaoyucc/jd-helper/blob/a6f275d9785748014fc6cca821e58427162e9336/fruit/fruit.js
|
||||
*/
|
||||
|
||||
@ -2,23 +2,23 @@
|
||||
一键获取我仓库所有需要互助类脚本的互助码(邀请码)(其中京东赚赚jd_jdzz.js如果今天达到5人助力则不能提取互助码)
|
||||
没必要设置(cron)定时执行,需要的时候,自己手动执行一次即可
|
||||
注:临时活动的互助码不添加到此处,如有需要请手动运行对应临时活动脚本
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_get_share_code.js
|
||||
更新地址:jd_get_share_code.js
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#获取互助码
|
||||
20 13 * * 6 https://gitee.com/lxk0301/jd_scripts/raw/master/jd_get_share_code.js, tag=获取互助码, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
20 13 * * 6 jd_get_share_code.js, tag=获取互助码, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "20 13 * * 6" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_get_share_code.js, tag=获取互助码
|
||||
cron "20 13 * * 6" script-path=jd_get_share_code.js, tag=获取互助码
|
||||
|
||||
===============Surge=================
|
||||
获取互助码 = type=cron,cronexp="20 13 * * 6",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_get_share_code.js
|
||||
获取互助码 = type=cron,cronexp="20 13 * * 6",wake-system=1,timeout=3600,script-path=jd_get_share_code.js
|
||||
|
||||
============小火箭=========
|
||||
获取互助码 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_get_share_code.js, cronexpr="20 13 * * 6", timeout=3600, enable=true
|
||||
获取互助码 = type=cron,script-path=jd_get_share_code.js, cronexpr="20 13 * * 6", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env("获取互助码");
|
||||
const JD_API_HOST = "https://api.m.jd.com/client.action";
|
||||
|
||||
@ -7,17 +7,17 @@
|
||||
===================quantumultx================
|
||||
[task_local]
|
||||
#金榜创造营
|
||||
13 1,22 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_gold_creator.js, tag=金榜创造营, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
13 1,22 * * * jd_gold_creator.js, tag=金榜创造营, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
=====================Loon================
|
||||
[Script]
|
||||
cron "13 1,22 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_gold_creator.js, tag=金榜创造营
|
||||
cron "13 1,22 * * *" script-path=jd_gold_creator.js, tag=金榜创造营
|
||||
|
||||
====================Surge================
|
||||
金榜创造营 = type=cron,cronexp="13 1,22 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_gold_creator.js
|
||||
金榜创造营 = type=cron,cronexp="13 1,22 * * *",wake-system=1,timeout=3600,script-path=jd_gold_creator.js
|
||||
|
||||
============小火箭=========
|
||||
金榜创造营 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_gold_creator.js, cronexpr="13 1,22 * * *", timeout=3600, enable=true
|
||||
金榜创造营 = type=cron,script-path=jd_gold_creator.js, cronexpr="13 1,22 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('金榜创造营');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -8,17 +8,17 @@ author: 疯疯
|
||||
===================quantumultx================
|
||||
[task_local]
|
||||
#东东健康社区
|
||||
13 1,6,22 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health.js, tag=东东健康社区, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
13 1,6,22 * * * jd_health.js, tag=东东健康社区, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
=====================Loon================
|
||||
[Script]
|
||||
cron "13 1,6,22 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health.js, tag=东东健康社区
|
||||
cron "13 1,6,22 * * *" script-path=jd_health.js, tag=东东健康社区
|
||||
|
||||
====================Surge================
|
||||
东东健康社区 = type=cron,cronexp="13 1,6,22 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health.js
|
||||
东东健康社区 = type=cron,cronexp="13 1,6,22 * * *",wake-system=1,timeout=3600,script-path=jd_health.js
|
||||
|
||||
============小火箭=========
|
||||
东东健康社区 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health.js, cronexpr="13 1,6,22 * * *", timeout=3600, enable=true
|
||||
东东健康社区 = type=cron,script-path=jd_health.js, cronexpr="13 1,6,22 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env("东东健康社区");
|
||||
const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
===================quantumultx================
|
||||
[task_local]
|
||||
#东东健康社区收集能量
|
||||
5-45/20 * * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health_collect.js, tag=东东健康社区收集能量, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
5-45/20 * * * * jd_health_collect.js, tag=东东健康社区收集能量, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
=====================Loon================
|
||||
[Script]
|
||||
cron "5-45/20 * * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health_collect.js, tag=东东健康社区收集能量
|
||||
cron "5-45/20 * * * *" script-path=jd_health_collect.js, tag=东东健康社区收集能量
|
||||
|
||||
====================Surge================
|
||||
东东健康社区收集能量 = type=cron,cronexp="5-45/20 * * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health_collect.js
|
||||
东东健康社区收集能量 = type=cron,cronexp="5-45/20 * * * *",wake-system=1,timeout=3600,script-path=jd_health_collect.js
|
||||
|
||||
============小火箭=========
|
||||
东东健康社区收集能量 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_health_collect.js, cronexpr="5-45/20 * * * *", timeout=3600, enable=true
|
||||
东东健康社区收集能量 = type=cron,script-path=jd_health_collect.js, cronexpr="5-45/20 * * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env("东东健康社区收集能量收集");
|
||||
const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
|
||||
|
||||
@ -12,17 +12,17 @@ Last Modified time: 2020-12-26 22:58:02
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#东东工厂
|
||||
10 * * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdfactory.js, tag=东东工厂, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_factory.png, enabled=true
|
||||
10 * * * * jd_jdfactory.js, tag=东东工厂, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_factory.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 * * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdfactory.js,tag=东东工厂
|
||||
cron "10 * * * *" script-path=jd_jdfactory.js,tag=东东工厂
|
||||
|
||||
===============Surge=================
|
||||
东东工厂 = type=cron,cronexp="10 * * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdfactory.js
|
||||
东东工厂 = type=cron,cronexp="10 * * * *",wake-system=1,timeout=3600,script-path=jd_jdfactory.js
|
||||
|
||||
============小火箭=========
|
||||
东东工厂 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdfactory.js, cronexpr="10 * * * *", timeout=3600, enable=true
|
||||
东东工厂 = type=cron,script-path=jd_jdfactory.js, cronexpr="10 * * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('东东工厂');
|
||||
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
# 京东赚赚
|
||||
10 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdzz.js, tag=京东赚赚, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdzz.png, enabled=true
|
||||
10 0 * * * jd_jdzz.js, tag=京东赚赚, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdzz.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdzz.js,tag=京东赚赚
|
||||
cron "10 0 * * *" script-path=jd_jdzz.js,tag=京东赚赚
|
||||
|
||||
===============Surge=================
|
||||
京东赚赚 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdzz.js
|
||||
京东赚赚 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=jd_jdzz.js
|
||||
|
||||
============小火箭=========
|
||||
京东赚赚 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdzz.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
京东赚赚 = type=cron,script-path=jd_jdzz.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东赚赚');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -5,14 +5,14 @@
|
||||
=================QuantumultX==============
|
||||
[task_local]
|
||||
#领金贴
|
||||
10 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jin_tie.js, tag=领金贴, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
10 0 * * * jd_jin_tie.js, tag=领金贴, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
===========Loon===============
|
||||
[Script]
|
||||
cron "10 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jin_tie.js,tag=领金贴
|
||||
cron "10 0 * * *" script-path=jd_jin_tie.js,tag=领金贴
|
||||
=======Surge===========
|
||||
领金贴 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jin_tie.js
|
||||
领金贴 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=jd_jin_tie.js
|
||||
==============小火箭=============
|
||||
领金贴 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jin_tie.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
领金贴 = type=cron,script-path=jd_jin_tie.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('领金贴');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -7,18 +7,18 @@
|
||||
==============Quantumult X==============
|
||||
[task_local]
|
||||
#京东宠汪汪喂食
|
||||
15 0-23/1 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_feedPets.js, tag=京东宠汪汪喂食, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdcww.png, enabled=true
|
||||
15 0-23/1 * * * jd_joy_feedPets.js, tag=京东宠汪汪喂食, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdcww.png, enabled=true
|
||||
|
||||
==============Loon===============
|
||||
[Script]
|
||||
cron "15 0-23/1 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_feedPets.js,tag=京东宠汪汪喂食
|
||||
cron "15 0-23/1 * * *" script-path=jd_joy_feedPets.js,tag=京东宠汪汪喂食
|
||||
|
||||
=========Surge=============
|
||||
[Script]
|
||||
京东宠汪汪喂食 = type=cron,cronexp="15 0-23/1 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_feedPets.js
|
||||
京东宠汪汪喂食 = type=cron,cronexp="15 0-23/1 * * *",wake-system=1,timeout=3600,script-path=jd_joy_feedPets.js
|
||||
|
||||
===============小火箭==========
|
||||
京东宠汪汪喂食 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_feedPets.js, cronexpr="15 0-23/1 * * *", timeout=3600, enable=true
|
||||
京东宠汪汪喂食 = type=cron,script-path=jd_joy_feedPets.js, cronexpr="15 0-23/1 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
!function (t, r) { "object" == typeof exports ? module.exports = exports = r() : "function" == typeof define && define.amd ? define([], r) : t.CryptoJS = r() }(this, function () {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
宠汪汪强制为别人助力(助力一个好友你自己可以获得30积分,一天上限是帮助3个好友,自己获得90积分,不管助力是否成功,对方都会成为你的好友)
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_help.js
|
||||
更新地址:jd_joy_help.js
|
||||
更新时间:2021-1-21
|
||||
活动入口:京东APP我的-更多工具-宠汪汪
|
||||
目前提供了30309位好友的friendPin供使用。脚本随机从里面获取一个,助力成功后,退出小程序重新点击进去开始助力新的好友
|
||||
@ -17,15 +17,15 @@ new Env('宠汪汪强制为别人助力');//此处忽略即可,为自动生成
|
||||
hostname = draw.jdfcloud.com
|
||||
======================Surge=====================
|
||||
[Script]
|
||||
宠汪汪强制为别人助力= type=http-request,pattern=^https:\/\/draw\.jdfcloud\.com\/\/common\/pet\/enterRoom\/h5\?invitePin=.*(&inviteSource=task_invite&shareSource=\w+&inviteTimeStamp=\d+&openId=\w+)?&reqSource=weapp|^https:\/\/draw\.jdfcloud\.com(\/mirror)?\/\/pet\/helpFriend\?friendPin,requires-body=1,max-size=0,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_help.js
|
||||
宠汪汪强制为别人助力= type=http-request,pattern=^https:\/\/draw\.jdfcloud\.com\/\/common\/pet\/enterRoom\/h5\?invitePin=.*(&inviteSource=task_invite&shareSource=\w+&inviteTimeStamp=\d+&openId=\w+)?&reqSource=weapp|^https:\/\/draw\.jdfcloud\.com(\/mirror)?\/\/pet\/helpFriend\?friendPin,requires-body=1,max-size=0,script-path=jd_joy_help.js
|
||||
|
||||
===================Quantumult X=====================
|
||||
[rewrite_local]
|
||||
^https:\/\/draw\.jdfcloud\.com\/\/common\/pet\/enterRoom\/h5\?invitePin=.*(&inviteSource=task_invite&shareSource=\w+&inviteTimeStamp=\d+&openId=\w+)?&reqSource=weapp|^https:\/\/draw\.jdfcloud\.com(\/mirror)?\/\/pet\/helpFriend\?friendPin url script-request-header https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_help.js
|
||||
^https:\/\/draw\.jdfcloud\.com\/\/common\/pet\/enterRoom\/h5\?invitePin=.*(&inviteSource=task_invite&shareSource=\w+&inviteTimeStamp=\d+&openId=\w+)?&reqSource=weapp|^https:\/\/draw\.jdfcloud\.com(\/mirror)?\/\/pet\/helpFriend\?friendPin url script-request-header jd_joy_help.js
|
||||
|
||||
=====================Loon=====================
|
||||
[Script]
|
||||
http-request ^https:\/\/draw\.jdfcloud\.com\/\/common\/pet\/enterRoom\/h5\?invitePin=.*(&inviteSource=task_invite&shareSource=\w+&inviteTimeStamp=\d+&openId=\w+)?&reqSource=weapp|^https:\/\/draw\.jdfcloud\.com(\/mirror)?\/\/pet\/helpFriend\?friendPin script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_help.js, requires-body=true, timeout=3600, tag=宠汪汪强制为别人助力
|
||||
http-request ^https:\/\/draw\.jdfcloud\.com\/\/common\/pet\/enterRoom\/h5\?invitePin=.*(&inviteSource=task_invite&shareSource=\w+&inviteTimeStamp=\d+&openId=\w+)?&reqSource=weapp|^https:\/\/draw\.jdfcloud\.com(\/mirror)?\/\/pet\/helpFriend\?friendPin script-path=jd_joy_help.js, requires-body=true, timeout=3600, tag=宠汪汪强制为别人助力
|
||||
|
||||
|
||||
你也可从下面链接拿好友的friendPin(复制链接到有京东ck的浏览器打开即可)
|
||||
|
||||
@ -9,17 +9,17 @@ Last Modified time: 2021-06-06 21:22:37
|
||||
==============Quantumult X==============
|
||||
[task_local]
|
||||
#宠汪汪积分兑换奖品
|
||||
0 0-16/8 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_reward.js, tag=宠汪汪积分兑换奖品, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdcww.png, enabled=true
|
||||
0 0-16/8 * * * jd_joy_reward.js, tag=宠汪汪积分兑换奖品, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdcww.png, enabled=true
|
||||
|
||||
==============Loon==============
|
||||
[Script]
|
||||
cron "0 0-16/8 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_reward.js,tag=宠汪汪积分兑换奖品
|
||||
cron "0 0-16/8 * * *" script-path=jd_joy_reward.js,tag=宠汪汪积分兑换奖品
|
||||
|
||||
================Surge===============
|
||||
宠汪汪积分兑换奖品 = type=cron,cronexp="0 0-16/8 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_reward.js
|
||||
宠汪汪积分兑换奖品 = type=cron,cronexp="0 0-16/8 * * *",wake-system=1,timeout=3600,script-path=jd_joy_reward.js
|
||||
|
||||
===============小火箭==========
|
||||
宠汪汪积分兑换奖品 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_reward.js, cronexpr="0 0-16/8 * * *", timeout=3600, enable=true
|
||||
宠汪汪积分兑换奖品 = type=cron,script-path=jd_joy_reward.js, cronexpr="0 0-16/8 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
// prettier-ignore
|
||||
!function (t, r) { "object" == typeof exports ? module.exports = exports = r() : "function" == typeof define && define.amd ? define([], r) : t.CryptoJS = r() }(this, function () {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,5 +1,4 @@
|
||||
/*
|
||||
author:star
|
||||
跳跳乐瓜分京豆脚本
|
||||
更新时间:2021-05-21
|
||||
活动入口:来客有礼(微信小程序)=>跳跳乐或京东APP=》首页=》母婴馆=》底部中间
|
||||
@ -8,15 +7,15 @@ author:star
|
||||
================QuantumultX==================
|
||||
[task_local]
|
||||
#跳跳乐瓜分京豆
|
||||
1 0,11,21 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jump.js, tag=跳跳乐瓜分京豆, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
1 0,11,21 * * * jd_jump.js, tag=跳跳乐瓜分京豆, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
===================Loon==============
|
||||
[Script]
|
||||
cron "1 0,11,21 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jump.js, tag=跳跳乐瓜分京豆
|
||||
cron "1 0,11,21 * * *" script-path=jd_jump.js, tag=跳跳乐瓜分京豆
|
||||
===============Surge===============
|
||||
[Script]
|
||||
跳跳乐瓜分京豆 = type=cron,cronexp="1 0,11,21 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jump.js
|
||||
跳跳乐瓜分京豆 = type=cron,cronexp="1 0,11,21 * * *",wake-system=1,timeout=3600,script-path=jd_jump.js
|
||||
====================================小火箭=============================
|
||||
跳跳乐瓜分京豆 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jump.js, cronexpr="1 0,11,21 * * *", timeout=3600, enable=true
|
||||
跳跳乐瓜分京豆 = type=cron,script-path=jd_jump.js, cronexpr="1 0,11,21 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('跳跳乐瓜分京豆');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -7,17 +7,17 @@
|
||||
==============Quantumult X==============
|
||||
[task_local]
|
||||
#京喜领88元红包
|
||||
4 10 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxlhb.js, tag=京喜领88元红包, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
4 10 * * * jd_jxlhb.js, tag=京喜领88元红包, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
==============Loon==============
|
||||
[Script]
|
||||
cron "4 10 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxlhb.js,tag=京喜领88元红包
|
||||
cron "4 10 * * *" script-path=jd_jxlhb.js,tag=京喜领88元红包
|
||||
|
||||
================Surge===============
|
||||
京喜领88元红包 = type=cron,cronexp="4 10 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxlhb.js
|
||||
京喜领88元红包 = type=cron,cronexp="4 10 * * *",wake-system=1,timeout=3600,script-path=jd_jxlhb.js
|
||||
|
||||
===============小火箭==========
|
||||
京喜领88元红包 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxlhb.js, cronexpr="4 10 * * *", timeout=3600, enable=true
|
||||
京喜领88元红包 = type=cron,script-path=jd_jxlhb.js, cronexpr="4 10 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京喜领88元红包');
|
||||
const notify = $.isNode() ? require('./sendNotify') : {};
|
||||
|
||||
11
jd_jxmc.js
11
jd_jxmc.js
@ -1,7 +1,4 @@
|
||||
/*
|
||||
* author:star
|
||||
* */
|
||||
/*
|
||||
惊喜牧场
|
||||
更新时间:2021-6-8
|
||||
活动入口:京喜APP-我的-京喜牧场
|
||||
@ -10,17 +7,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#惊喜牧场
|
||||
20 0-23/3 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxmc.js, tag=惊喜牧场, img-url=https://github.com/58xinian/icon/raw/master/jdgc.png, enabled=true
|
||||
20 0-23/3 * * * jd_jxmc.js, tag=惊喜牧场, img-url=https://github.com/58xinian/icon/raw/master/jdgc.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "20 0-23/3 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxmc.js,tag=惊喜牧场
|
||||
cron "20 0-23/3 * * *" script-path=jd_jxmc.js,tag=惊喜牧场
|
||||
|
||||
===============Surge=================
|
||||
惊喜牧场 = type=cron,cronexp="20 0-23/3 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxmc.js
|
||||
惊喜牧场 = type=cron,cronexp="20 0-23/3 * * *",wake-system=1,timeout=3600,script-path=jd_jxmc.js
|
||||
|
||||
============小火箭=========
|
||||
惊喜牧场 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxmc.js, cronexpr="20 0-23/3 * * *", timeout=3600, enable=true
|
||||
惊喜牧场 = type=cron,script-path=jd_jxmc.js, cronexpr="20 0-23/3 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
// prettier-ignore
|
||||
!function (t, r) { "object" == typeof exports ? module.exports = exports = r() : "function" == typeof define && define.amd ? define([], r) : t.CryptoJS = r() }(this, function () {
|
||||
|
||||
10
jd_jxnc.js
10
jd_jxnc.js
@ -5,7 +5,7 @@
|
||||
|
||||
无需京喜token,只需京东cookie即可.
|
||||
|
||||
京喜农场:脚本更新地址 https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxnc.js
|
||||
京喜农场:脚本更新地址 jd_jxnc.js
|
||||
更新时间:2021-06-3
|
||||
活动入口:京喜APP我的-京喜农场
|
||||
东东农场活动链接:https://wqsh.jd.com/sns/201912/12/jxnc/detail.html?ptag=7155.9.32&smp=b47f4790d7b2a024e75279f55f6249b9&active=jdnc_1_chelizi1205_2
|
||||
@ -15,16 +15,16 @@
|
||||
|
||||
==========================Quantumultx=========================
|
||||
[task_local]
|
||||
0 9,12,18 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxnc.js, tag=京喜农场, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jxnc.png, enabled=true
|
||||
0 9,12,18 * * * jd_jxnc.js, tag=京喜农场, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jxnc.png, enabled=true
|
||||
=========================Loon=============================
|
||||
[Script]
|
||||
cron "0 9,12,18 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxnc.js,tag=京喜农场
|
||||
cron "0 9,12,18 * * *" script-path=jd_jxnc.js,tag=京喜农场
|
||||
|
||||
=========================Surge============================
|
||||
京喜农场 = type=cron,cronexp="0 9,12,18 * * *",timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxnc.js
|
||||
京喜农场 = type=cron,cronexp="0 9,12,18 * * *",timeout=3600,script-path=jd_jxnc.js
|
||||
|
||||
=========================小火箭===========================
|
||||
京喜农场 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jxnc.js, cronexpr="0 9,12,18 * * *", timeout=3600, enable=true
|
||||
京喜农场 = type=cron,script-path=jd_jxnc.js, cronexpr="0 9,12,18 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('京喜农场');
|
||||
|
||||
10
jd_kd.js
10
jd_kd.js
@ -2,24 +2,24 @@
|
||||
京东快递签到
|
||||
活动入口:https://jingcai-h5.jd.com/#/
|
||||
签到领豆,14天内满4次和7次享额外奖励,每天运行一次即可
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_kd.js
|
||||
更新地址:jd_kd.js
|
||||
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东快递签到
|
||||
10 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_kd.js, tag=京东快递签到, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_kd.png, enabled=true
|
||||
10 0 * * * jd_kd.js, tag=京东快递签到, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_kd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_kd.js, tag=京东快递签到
|
||||
cron "10 0 * * *" script-path=jd_kd.js, tag=京东快递签到
|
||||
|
||||
===============Surge=================
|
||||
京东快递签到 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_kd.js
|
||||
京东快递签到 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=jd_kd.js
|
||||
|
||||
============小火箭=========
|
||||
京东快递签到 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_kd.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
京东快递签到 = type=cron,script-path=jd_kd.js, cronexpr="10 0 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东快递签到');
|
||||
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东直播
|
||||
10-20/5 12 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live.js, tag=京东直播, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
10-20/5 12 * * * jd_live.js, tag=京东直播, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10-20/5 12 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live.js,tag=京东直播
|
||||
cron "10-20/5 12 * * *" script-path=jd_live.js,tag=京东直播
|
||||
|
||||
===============Surge=================
|
||||
京东直播 = type=cron,cronexp="10-20/5 12 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live.js
|
||||
京东直播 = type=cron,cronexp="10-20/5 12 * * *",wake-system=1,timeout=3600,script-path=jd_live.js
|
||||
|
||||
============小火箭=========
|
||||
京东直播 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live.js, cronexpr="10-20/5 12 * * *", timeout=3600, enable=true
|
||||
京东直播 = type=cron,script-path=jd_live.js, cronexpr="10-20/5 12 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('京东直播');
|
||||
|
||||
|
||||
@ -12,17 +12,17 @@
|
||||
==============Quantumult X==============
|
||||
[task_local]
|
||||
#超级直播间红包雨
|
||||
0,30 0-23/1 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain.js, tag=超级直播间红包雨, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
0,30 0-23/1 * * * jd_live_redrain.js, tag=超级直播间红包雨, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
==============Loon==============
|
||||
[Script]
|
||||
cron "0,30 0-23/1 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain.js,tag=超级直播间红包雨
|
||||
cron "0,30 0-23/1 * * *" script-path=jd_live_redrain.js,tag=超级直播间红包雨
|
||||
|
||||
================Surge===============
|
||||
超级直播间红包雨 = type=cron,cronexp="0,30 0-23/1 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain.js
|
||||
超级直播间红包雨 = type=cron,cronexp="0,30 0-23/1 * * *",wake-system=1,timeout=3600,script-path=jd_live_redrain.js
|
||||
|
||||
===============小火箭==========
|
||||
超级直播间红包雨 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_live_redrain.js, cronexpr="0,30 0-23/1 * * *", timeout=3600, enable=true
|
||||
超级直播间红包雨 = type=cron,script-path=jd_live_redrain.js, cronexpr="0,30 0-23/1 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('超级直播间红包雨');
|
||||
let allMessage = '', id = 'RRA2cUocg5uYEyuKpWNdh4qE4NW1bN2';
|
||||
|
||||
@ -6,17 +6,17 @@
|
||||
==============Quantumult X==============
|
||||
[task_local]
|
||||
#幸运大转盘
|
||||
4 10 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_market_lottery.js, tag=幸运大转盘, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
4 10 * * * jd_market_lottery.js, tag=幸运大转盘, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
==============Loon==============
|
||||
[Script]
|
||||
cron "4 10 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_market_lottery.js,tag=幸运大转盘
|
||||
cron "4 10 * * *" script-path=jd_market_lottery.js,tag=幸运大转盘
|
||||
|
||||
================Surge===============
|
||||
幸运大转盘 = type=cron,cronexp="4 10 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_market_lottery.js
|
||||
幸运大转盘 = type=cron,cronexp="4 10 * * *",wake-system=1,timeout=3600,script-path=jd_market_lottery.js
|
||||
|
||||
===============小火箭==========
|
||||
幸运大转盘 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_market_lottery.js, cronexpr="4 10 * * *", timeout=3600, enable=true
|
||||
幸运大转盘 = type=cron,script-path=jd_market_lottery.js, cronexpr="4 10 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env("幸运大转盘");
|
||||
|
||||
@ -5,17 +5,17 @@ author:tg@chenxing666
|
||||
==============Quantumult X==============
|
||||
[task_local]
|
||||
#新潮品牌狂欢
|
||||
4 10 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mcxhd.js, tag=新潮品牌狂欢, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
4 10 * * * jd_mcxhd.js, tag=新潮品牌狂欢, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
==============Loon==============
|
||||
[Script]
|
||||
cron "4 10 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mcxhd.js,tag=新潮品牌狂欢
|
||||
cron "4 10 * * *" script-path=jd_mcxhd.js,tag=新潮品牌狂欢
|
||||
|
||||
================Surge===============
|
||||
新潮品牌狂欢 = type=cron,cronexp="4 10 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mcxhd.js
|
||||
新潮品牌狂欢 = type=cron,cronexp="4 10 * * *",wake-system=1,timeout=3600,script-path=jd_mcxhd.js
|
||||
|
||||
===============小火箭==========
|
||||
新潮品牌狂欢 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mcxhd.js, cronexpr="4 10 * * *", timeout=3600, enable=true
|
||||
新潮品牌狂欢 = type=cron,script-path=jd_mcxhd.js, cronexpr="4 10 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('新潮品牌狂欢');
|
||||
|
||||
|
||||
@ -7,17 +7,17 @@
|
||||
=================================Quantumultx=========================
|
||||
[task_local]
|
||||
#5G超级盲盒
|
||||
0 0,1-23/3 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mohe.js, tag=5G超级盲盒, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
0 0,1-23/3 * * * jd_mohe.js, tag=5G超级盲盒, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
=================================Loon===================================
|
||||
[Script]
|
||||
cron "0 0,1-23/3 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mohe.js,tag=5G超级盲盒
|
||||
cron "0 0,1-23/3 * * *" script-path=jd_mohe.js,tag=5G超级盲盒
|
||||
|
||||
===================================Surge================================
|
||||
5G超级盲盒 = type=cron,cronexp="0 0,1-23/3 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mohe.js
|
||||
5G超级盲盒 = type=cron,cronexp="0 0,1-23/3 * * *",wake-system=1,timeout=3600,script-path=jd_mohe.js
|
||||
|
||||
====================================小火箭=============================
|
||||
5G超级盲盒 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mohe.js, cronexpr="0 0,1-23/3 * * *", timeout=3600, enable=true
|
||||
5G超级盲盒 = type=cron,script-path=jd_mohe.js, cronexpr="0 0,1-23/3 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('5G超级盲盒');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
京东摇钱树 :https://gitee.com/lxk0301/jd_scripts/raw/master/jd_moneyTree.js
|
||||
京东摇钱树 :jd_moneyTree.js
|
||||
更新时间:2021-4-23
|
||||
活动入口:京东APP我的-更多工具-摇钱树,[活动链接](https://uua.jr.jd.com/uc-fe-wxgrowing/moneytree/index/?channel=yxhd)
|
||||
京东摇钱树支持京东双账号
|
||||
@ -7,17 +7,17 @@
|
||||
===============Quantumultx===============
|
||||
[task_local]
|
||||
#京东摇钱树
|
||||
3 0-23/2 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_moneyTree.js, tag=京东摇钱树, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdyqs.png, enabled=true
|
||||
3 0-23/2 * * * jd_moneyTree.js, tag=京东摇钱树, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdyqs.png, enabled=true
|
||||
|
||||
==============Loon===========
|
||||
[Script]
|
||||
cron "3 0-23/2 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_moneyTree.js,tag=京东摇钱树
|
||||
cron "3 0-23/2 * * *" script-path=jd_moneyTree.js,tag=京东摇钱树
|
||||
|
||||
===============Surge===========
|
||||
京东摇钱树 = type=cron,cronexp="3 0-23/2 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_moneyTree.js
|
||||
京东摇钱树 = type=cron,cronexp="3 0-23/2 * * *",wake-system=1,timeout=3600,script-path=jd_moneyTree.js
|
||||
|
||||
============小火箭=========
|
||||
京东摇钱树 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_moneyTree.js, cronexpr="3 0-23/2 * * *", timeout=3600, enable=true
|
||||
京东摇钱树 = type=cron,script-path=jd_moneyTree.js, cronexpr="3 0-23/2 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('京东摇钱树');
|
||||
|
||||
10
jd_ms.js
10
jd_ms.js
@ -3,23 +3,23 @@
|
||||
Last Modified time: 2021-05-22 8:55:00
|
||||
一天签到100币左右,100币可兑换1毛钱红包,推荐攒着配合农场一起用
|
||||
活动时间:长期活动
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms.js
|
||||
更新地址:jd_ms.js
|
||||
活动入口:京东app-京东秒杀-签到领红包
|
||||
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东秒秒币
|
||||
10 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms.js, tag=京东秒秒币, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_ms.jpg, enabled=true
|
||||
10 7 * * * jd_ms.js, tag=京东秒秒币, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_ms.jpg, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms.js,tag=京东秒秒币
|
||||
cron "10 7 * * *" script-path=jd_ms.js,tag=京东秒秒币
|
||||
|
||||
===============Surge=================
|
||||
京东秒秒币 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=200,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms.js
|
||||
京东秒秒币 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=200,script-path=jd_ms.js
|
||||
|
||||
============小火箭=========
|
||||
京东秒秒币 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms.js, cronexpr="10 7 * * *", timeout=200, enable=true
|
||||
京东秒秒币 = type=cron,script-path=jd_ms.js, cronexpr="10 7 * * *", timeout=200, enable=true
|
||||
*/
|
||||
const $ = new Env('京东秒秒币');
|
||||
|
||||
|
||||
@ -6,17 +6,17 @@ Last Modified time: 2021-05-28 17:27:14
|
||||
===============Quantumultx===============
|
||||
[task_local]
|
||||
#点点券
|
||||
10 0,20 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_necklace.js, tag=点点券, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
10 0,20 * * * jd_necklace.js, tag=点点券, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 0,20 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_necklace.js,tag=点点券
|
||||
cron "10 0,20 * * *" script-path=jd_necklace.js,tag=点点券
|
||||
|
||||
===============Surge=================
|
||||
点点券 = type=cron,cronexp="10 0,20 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_necklace.js
|
||||
点点券 = type=cron,cronexp="10 0,20 * * *",wake-system=1,timeout=3600,script-path=jd_necklace.js
|
||||
|
||||
============小火箭=========
|
||||
点点券 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_necklace.js, cronexpr="10 0,20 * * *", timeout=3600, enable=true
|
||||
点点券 = type=cron,script-path=jd_necklace.js, cronexpr="10 0,20 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('点点券');
|
||||
let allMessage = ``;
|
||||
|
||||
@ -8,17 +8,17 @@
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#女装盲盒
|
||||
35 1,23 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nzmh.js, tag=女装盲盒, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
35 1,23 * * * jd_nzmh.js, tag=女装盲盒, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "35 1,23 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nzmh.js,tag=女装盲盒
|
||||
cron "35 1,23 * * *" script-path=jd_nzmh.js,tag=女装盲盒
|
||||
|
||||
===============Surge=================
|
||||
女装盲盒 = type=cron,cronexp="35 1,23 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nzmh.js
|
||||
女装盲盒 = type=cron,cronexp="35 1,23 * * *",wake-system=1,timeout=3600,script-path=jd_nzmh.js
|
||||
|
||||
============小火箭=========
|
||||
女装盲盒 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nzmh.js, cronexpr="35 1,23 * * *", timeout=3600, enable=true
|
||||
女装盲盒 = type=cron,script-path=jd_nzmh.js, cronexpr="35 1,23 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('女装盲盒抽京豆');
|
||||
|
||||
10
jd_pet.js
10
jd_pet.js
@ -1,5 +1,5 @@
|
||||
/*
|
||||
东东萌宠 更新地址: https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pet.js
|
||||
东东萌宠 更新地址: jd_pet.js
|
||||
更新时间:2021-05-21
|
||||
活动入口:京东APP我的-更多工具-东东萌宠
|
||||
已支持IOS多京东账号,Node.js支持N个京东账号
|
||||
@ -11,17 +11,17 @@
|
||||
=================================Quantumultx=========================
|
||||
[task_local]
|
||||
#东东萌宠
|
||||
15 6-18/6 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pet.js, tag=东东萌宠, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdmc.png, enabled=true
|
||||
15 6-18/6 * * * jd_pet.js, tag=东东萌宠, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdmc.png, enabled=true
|
||||
|
||||
=================================Loon===================================
|
||||
[Script]
|
||||
cron "15 6-18/6 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pet.js,tag=东东萌宠
|
||||
cron "15 6-18/6 * * *" script-path=jd_pet.js,tag=东东萌宠
|
||||
|
||||
===================================Surge================================
|
||||
东东萌宠 = type=cron,cronexp="15 6-18/6 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pet.js
|
||||
东东萌宠 = type=cron,cronexp="15 6-18/6 * * *",wake-system=1,timeout=3600,script-path=jd_pet.js
|
||||
|
||||
====================================小火箭=============================
|
||||
东东萌宠 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pet.js, cronexpr="15 6-18/6 * * *", timeout=3600, enable=true
|
||||
东东萌宠 = type=cron,script-path=jd_pet.js, cronexpr="15 6-18/6 * * *", timeout=3600, enable=true
|
||||
|
||||
*/
|
||||
const $ = new Env('东东萌宠');
|
||||
|
||||
@ -11,17 +11,17 @@ Last Modified time: 2021-5-19 12:27:16
|
||||
===============Quantumultx===============
|
||||
[task_local]
|
||||
#京东金融养猪猪
|
||||
12 0-23/6 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pigPet.js, tag=京东金融养猪猪, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdyz.png, enabled=true
|
||||
12 0-23/6 * * * jd_pigPet.js, tag=京东金融养猪猪, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdyz.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "12 0-23/6 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pigPet.js, tag=京东金融养猪猪
|
||||
cron "12 0-23/6 * * *" script-path=jd_pigPet.js, tag=京东金融养猪猪
|
||||
|
||||
===============Surge=================
|
||||
京东金融养猪猪 = type=cron,cronexp="12 0-23/6 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pigPet.js
|
||||
京东金融养猪猪 = type=cron,cronexp="12 0-23/6 * * *",wake-system=1,timeout=3600,script-path=jd_pigPet.js
|
||||
|
||||
============小火箭=========
|
||||
京东金融养猪猪 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pigPet.js, cronexpr="12 0-23/6 * * *", timeout=3600, enable=true
|
||||
京东金融养猪猪 = type=cron,script-path=jd_pigPet.js, cronexpr="12 0-23/6 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('金融养猪');
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
种豆得豆 脚本更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_plantBean.js
|
||||
种豆得豆 脚本更新地址:jd_plantBean.js
|
||||
更新时间:2021-04-9
|
||||
活动入口:京东APP我的-更多工具-种豆得豆
|
||||
已支持IOS京东多账号,云端多京东账号
|
||||
@ -9,17 +9,17 @@
|
||||
每个京东账号每天只能帮助3个人。多出的助力码将会助力失败。
|
||||
=====================================Quantumult X=================================
|
||||
[task_local]
|
||||
1 7-21/2 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_plantBean.js, tag=种豆得豆, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdzd.png, enabled=true
|
||||
1 7-21/2 * * * jd_plantBean.js, tag=种豆得豆, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdzd.png, enabled=true
|
||||
|
||||
=====================================Loon================================
|
||||
[Script]
|
||||
cron "1 7-21/2 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_plantBean.js,tag=京东种豆得豆
|
||||
cron "1 7-21/2 * * *" script-path=jd_plantBean.js,tag=京东种豆得豆
|
||||
|
||||
======================================Surge==========================
|
||||
京东种豆得豆 = type=cron,cronexp="1 7-21/2 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_plantBean.js
|
||||
京东种豆得豆 = type=cron,cronexp="1 7-21/2 * * *",wake-system=1,timeout=3600,script-path=jd_plantBean.js
|
||||
|
||||
====================================小火箭=============================
|
||||
京东种豆得豆 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_plantBean.js, cronexpr="1 7-21/2 * * *", timeout=3600, enable=true
|
||||
京东种豆得豆 = type=cron,script-path=jd_plantBean.js, cronexpr="1 7-21/2 * * *", timeout=3600, enable=true
|
||||
|
||||
搬的https://github.com/uniqueque/QuantumultX/blob/4c1572d93d4d4f883f483f907120a75d925a693e/Script/jd_plantBean.js
|
||||
*/
|
||||
|
||||
@ -18,17 +18,17 @@ iOS同时支持使用 NobyDa 与 domplin 脚本的京东 cookie
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东保价
|
||||
0 2 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_price.js, tag=京东保价, img-url=https://raw.githubusercontent.com/Orz-3/task/master/jd.png, enabled=true
|
||||
0 2 * * * jd_price.js, tag=京东保价, img-url=https://raw.githubusercontent.com/Orz-3/task/master/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 2 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_price.js,tag=京东保价
|
||||
cron "0 2 * * *" script-path=jd_price.js,tag=京东保价
|
||||
|
||||
===============Surge=================
|
||||
京东保价 = type=cron,cronexp="0 2 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_price.js
|
||||
京东保价 = type=cron,cronexp="0 2 * * *",wake-system=1,timeout=3600,script-path=jd_price.js
|
||||
|
||||
============小火箭=========
|
||||
京东保价 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_price.js, cronexpr="0 2 * * *", timeout=3600, enable=true
|
||||
京东保价 = type=cron,script-path=jd_price.js, cronexpr="0 2 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('京东保价');
|
||||
|
||||
File diff suppressed because one or more lines are too long
10
jd_sgmh.js
10
jd_sgmh.js
@ -4,23 +4,23 @@
|
||||
修改自 @yangtingxiao 抽奖机脚本
|
||||
活动入口:京东APP首页-闪购-闪购盲盒
|
||||
网页地址:https://h5.m.jd.com/babelDiy/Zeus/3vzA7uGuWL2QeJ5UeecbbAVKXftQ/index.html
|
||||
更新地址:https://gitee.com/lxk0301/jd_scripts/raw/master/jd_sgmh.js
|
||||
更新地址:jd_sgmh.js
|
||||
已支持IOS双京东账号, Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#闪购盲盒
|
||||
20 8 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_sgmh.js, tag=闪购盲盒, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
20 8 * * * jd_sgmh.js, tag=闪购盲盒, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "20 8 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_sgmh.js, tag=闪购盲盒
|
||||
cron "20 8 * * *" script-path=jd_sgmh.js, tag=闪购盲盒
|
||||
|
||||
===============Surge=================
|
||||
闪购盲盒 = type=cron,cronexp="20 8 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_sgmh.js
|
||||
闪购盲盒 = type=cron,cronexp="20 8 * * *",wake-system=1,timeout=3600,script-path=jd_sgmh.js
|
||||
|
||||
============小火箭=========
|
||||
闪购盲盒 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_sgmh.js, cronexpr="20 8 * * *", timeout=3600, enable=true
|
||||
闪购盲盒 = type=cron,script-path=jd_sgmh.js, cronexpr="20 8 * * *", timeout=3600, enable=true
|
||||
|
||||
*/
|
||||
const $ = new Env('闪购盲盒');
|
||||
|
||||
@ -7,13 +7,13 @@
|
||||
===============Quantumultx===============
|
||||
[task_local]
|
||||
#进店领豆
|
||||
10 0 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_shop.js, tag=进店领豆, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_shop.png, enabled=true
|
||||
10 0 * * * jd_shop.js, tag=进店领豆, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_shop.png, enabled=true
|
||||
================Loon============
|
||||
[Script]
|
||||
cron "10 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_shop.js,tag=进店领豆
|
||||
cron "10 0 * * *" script-path=jd_shop.js,tag=进店领豆
|
||||
==============Surge===============
|
||||
[Script]
|
||||
进店领豆 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_shop.js
|
||||
进店领豆 = type=cron,cronexp="10 0 * * *",wake-system=1,timeout=3600,script-path=jd_shop.js
|
||||
*/
|
||||
const $ = new Env('进店领豆');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
东东小窝 https://gitee.com/lxk0301/jd_scripts/raw/master/jd_small_home.js
|
||||
东东小窝 jd_small_home.js
|
||||
Last Modified time: 2021-1-22 14:27:20
|
||||
现有功能:
|
||||
做日常任务任务,每日抽奖(有机会活动京豆,使用的是免费机会,不消耗WO币)
|
||||
@ -19,17 +19,17 @@ https://h5.m.jd.com/babelDiy/Zeus/2HFSytEAN99VPmMGZ6V4EYWus1x/index.html
|
||||
===============Quantumultx===============
|
||||
[task_local]
|
||||
#东东小窝
|
||||
16 22 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_small_home.js, tag=东东小窝, img-url=https://raw.githubusercontent.com/58xinian/icon/master/ddxw.png, enabled=true
|
||||
16 22 * * * jd_small_home.js, tag=东东小窝, img-url=https://raw.githubusercontent.com/58xinian/icon/master/ddxw.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "16 22 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_small_home.js, tag=东东小窝
|
||||
cron "16 22 * * *" script-path=jd_small_home.js, tag=东东小窝
|
||||
|
||||
===============Surge=================
|
||||
东东小窝 = type=cron,cronexp="16 22 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_small_home.js
|
||||
东东小窝 = type=cron,cronexp="16 22 * * *",wake-system=1,timeout=3600,script-path=jd_small_home.js
|
||||
|
||||
============小火箭=========
|
||||
东东小窝 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_small_home.js, cronexpr="16 22 * * *", timeout=3600, enable=true
|
||||
东东小窝 = type=cron,script-path=jd_small_home.js, cronexpr="16 22 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env('东东小窝');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
@ -89,7 +89,7 @@ const JD_API_HOST = 'https://lkyl.dianpusoft.cn/api';
|
||||
console.log(`\n${$.UserName} 去给自己的下一账号 ${decodeURIComponent($.newShareCodes[(i + 1) % $.newShareCodes.length]['cookie'].match(/pt_pin=([^; ]+)(?=;?)/) && $.newShareCodes[(i + 1) % $.newShareCodes.length]['cookie'].match(/pt_pin=([^; ]+)(?=;?)/)[1])}助力,助力码为 ${code}\n`)
|
||||
await createAssistUser(code, $.createAssistUserID);
|
||||
}
|
||||
console.log(`\n去帮助作者:LXK9301\n`)
|
||||
console.log(`\n去帮助作者\n`)
|
||||
await helpFriends();
|
||||
}
|
||||
}
|
||||
@ -776,7 +776,7 @@ function login(userName) {
|
||||
})
|
||||
})
|
||||
}
|
||||
function updateInviteCode(url = 'https://raw.githubusercontent.com/LXK9301/updateTeam/master/jd_updateSmallHomeInviteCode.json') {
|
||||
function updateInviteCode(url = 'https://raw.githubusercontent.com/xxx/updateTeam/master/jd_updateSmallHomeInviteCode.json') {
|
||||
return new Promise(resolve => {
|
||||
$.get({url}, async (err, resp, data) => {
|
||||
try {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user