diff --git a/Loon/lxk0301_LoonTask.conf b/Loon/lxk0301_LoonTask.conf index 7be4012..7b6efb2 100644 --- a/Loon/lxk0301_LoonTask.conf +++ b/Loon/lxk0301_LoonTask.conf @@ -108,6 +108,8 @@ cron "10 7 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scrip # 京东直播 cron "10-20/5 12 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_live.js, tag=京东直播 +#直播红包雨 +cron "0 0,9,11,13,15,17,19,20,21,23 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_live_redrain.js, tag=直播红包雨 # 金融打卡领年终奖 cron "10 6 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jr_sign.js, tag=金融打卡领年终奖 # 健康抽奖机 diff --git a/QuantumultX/lxk0301_gallery.json b/QuantumultX/lxk0301_gallery.json index bef46b0..e25de23 100644 --- a/QuantumultX/lxk0301_gallery.json +++ b/QuantumultX/lxk0301_gallery.json @@ -31,6 +31,7 @@ "30 7 * * * https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_ds.js, tag=京东代属, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_ds.png", "30 0 * * * https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_health.js, tag=健康抽奖机, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png", "10-20/5 12 * * * https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_live.js, tag=京东直播, img-url= https://raw.githubusercontent.com/58xinian/icon/master/jd_live_redrain.png", + "0 0,9,11,13,15,17,19,20,21,23 * * * https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_live_redrain.js, tag=直播红包雨, img-url= https://raw.githubusercontent.com/58xinian/icon/master/jd_live_redrain.png", "10 12 * * * https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jr_sign.js, tag=京东金融打卡, img-url= https://raw.githubusercontent.com/58xinian/icon/master/jd_redPacket.png", "15 17 * * * https://raw.githubusercontent.com/lxk0301/jd_scripts/master/backUp/xmSports.js, tag=小米运动, img-url=https://raw.githubusercontent.com/58xinian/icon/master/xmyd.png" ] diff --git a/Surge/lxk0301_Task.sgmodule.sgmodule b/Surge/lxk0301_Task.sgmodule.sgmodule index b9e3b3a..3c50904 100644 --- a/Surge/lxk0301_Task.sgmodule.sgmodule +++ b/Surge/lxk0301_Task.sgmodule.sgmodule @@ -61,13 +61,15 @@ cron "30 10 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scri cron "30 11 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_car.js, timeout=750, wake-system=1, tag=京东汽车 #京东快递签到 cron "20 11 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_kd.js, timeout=750, wake-system=1, tag=京东快递签到 -#京东直播 +#京东直播(活动结束时间未知) cron "20 12 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_live.js, timeout=750, wake-system=1, tag=京东直播 -#秒杀红包雨 -cron "20 9 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_ms_redrain.js, timeout=750, wake-system=1, tag=秒杀红包雨 -# 以下为短期活动 +#以下为短期活动 #金融打卡领年终奖 cron "30 7 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jr_sign.js, timeout=750, wake-system=1, tag=金融打卡领年终奖 #健康抽奖机 cron "30 2 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_health.js, timeout=750, wake-system=1, tag=健康抽奖机 +#直播红包雨(2020-12-31活动结束) +cron "0 0,9,11,13,15,17,19,20,21,23 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_live_redrain.js, timeout=750, wake-system=1, tag=直播红包雨 +#秒杀红包雨(2020-12-31活动结束) +cron "20 9 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_ms_redrain.js, timeout=750, wake-system=1, tag=秒杀红包雨 diff --git a/activity/jd_818.js b/activity/jd_818.js index c349530..3975350 100644 --- a/activity/jd_818.js +++ b/activity/jd_818.js @@ -926,7 +926,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/activity/jd_digital_floor.js b/activity/jd_digital_floor.js index 648c1e9..5520493 100644 --- a/activity/jd_digital_floor.js +++ b/activity/jd_digital_floor.js @@ -418,7 +418,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/activity/jd_jxstory.js b/activity/jd_jxstory.js index 2f99b33..2153299 100644 --- a/activity/jd_jxstory.js +++ b/activity/jd_jxstory.js @@ -661,7 +661,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/activity/jd_pubg.js b/activity/jd_pubg.js index e787e25..e009ecb 100644 --- a/activity/jd_pubg.js +++ b/activity/jd_pubg.js @@ -508,7 +508,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/activity/jd_split.js b/activity/jd_split.js index efaaf75..ae798b8 100644 --- a/activity/jd_split.js +++ b/activity/jd_split.js @@ -306,7 +306,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/activity/jd_xtg.js b/activity/jd_xtg.js index a68fe6b..0e9e59b 100644 --- a/activity/jd_xtg.js +++ b/activity/jd_xtg.js @@ -396,7 +396,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_apple_live.js b/jd_apple_live.js index 49b40a2..02c284d 100644 --- a/jd_apple_live.js +++ b/jd_apple_live.js @@ -411,7 +411,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_bean_change.js b/jd_bean_change.js index 0eacf7b..426a706 100644 --- a/jd_bean_change.js +++ b/jd_bean_change.js @@ -212,7 +212,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_bean_home.js b/jd_bean_home.js index 136287d..b236949 100644 --- a/jd_bean_home.js +++ b/jd_bean_home.js @@ -453,7 +453,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_blueCoin.js b/jd_blueCoin.js index 503d3a8..43dbd0f 100644 --- a/jd_blueCoin.js +++ b/jd_blueCoin.js @@ -425,7 +425,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_car.js b/jd_car.js index 2eb6849..58e46cb 100644 --- a/jd_car.js +++ b/jd_car.js @@ -327,7 +327,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_club_lottery.js b/jd_club_lottery.js index 724c977..ed8d10a 100644 --- a/jd_club_lottery.js +++ b/jd_club_lottery.js @@ -387,7 +387,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_daily_egg.js b/jd_daily_egg.js index c4c595d..7250fd1 100644 --- a/jd_daily_egg.js +++ b/jd_daily_egg.js @@ -232,7 +232,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_dreamFactory.js b/jd_dreamFactory.js index 39d8fe6..12efd54 100644 --- a/jd_dreamFactory.js +++ b/jd_dreamFactory.js @@ -1460,7 +1460,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_ds.js b/jd_ds.js index b07f736..cd8204a 100644 --- a/jd_ds.js +++ b/jd_ds.js @@ -205,7 +205,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_health.js b/jd_health.js index 5443c20..5ebae0b 100644 --- a/jd_health.js +++ b/jd_health.js @@ -393,7 +393,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_jdfactory.js b/jd_jdfactory.js index 295ad39..1ec93e6 100644 --- a/jd_jdfactory.js +++ b/jd_jdfactory.js @@ -749,7 +749,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_joy.js b/jd_joy.js index e237938..bf0ae49 100644 --- a/jd_joy.js +++ b/jd_joy.js @@ -821,7 +821,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_joy_feedPets.js b/jd_joy_feedPets.js index b1a6c49..f26ee07 100644 --- a/jd_joy_feedPets.js +++ b/jd_joy_feedPets.js @@ -192,7 +192,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_joy_reward.js b/jd_joy_reward.js index 1e4b769..cf9e9f9 100644 --- a/jd_joy_reward.js +++ b/jd_joy_reward.js @@ -281,7 +281,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_joy_run.js b/jd_joy_run.js index 26a5729..05f4a94 100644 --- a/jd_joy_run.js +++ b/jd_joy_run.js @@ -407,7 +407,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_kd.js b/jd_kd.js index 9709153..c3ef994 100644 --- a/jd_kd.js +++ b/jd_kd.js @@ -204,7 +204,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_live.js b/jd_live.js index 4d1d3b3..cc27374 100644 --- a/jd_live.js +++ b/jd_live.js @@ -303,7 +303,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_live_redrain.js b/jd_live_redrain.js index cf76694..6c83ead 100644 --- a/jd_live_redrain.js +++ b/jd_live_redrain.js @@ -251,7 +251,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_moneyTree.js b/jd_moneyTree.js index 54a2c13..4257b02 100644 --- a/jd_moneyTree.js +++ b/jd_moneyTree.js @@ -654,7 +654,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_ms_redrain.js b/jd_ms_redrain.js index 2a84a2f..258f0dc 100644 --- a/jd_ms_redrain.js +++ b/jd_ms_redrain.js @@ -194,7 +194,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_necklace.js b/jd_necklace.js index c16cce3..109f3f4 100644 --- a/jd_necklace.js +++ b/jd_necklace.js @@ -354,7 +354,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_pigPet.js b/jd_pigPet.js index 7c66c4f..2b14939 100644 --- a/jd_pigPet.js +++ b/jd_pigPet.js @@ -676,7 +676,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_redPacket.js b/jd_redPacket.js index d0dc2aa..1a3fa4b 100644 --- a/jd_redPacket.js +++ b/jd_redPacket.js @@ -326,7 +326,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_shop.js b/jd_shop.js index 857e930..6500735 100644 --- a/jd_shop.js +++ b/jd_shop.js @@ -211,7 +211,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_small_home.js b/jd_small_home.js index 1358ea1..a5e2ad7 100644 --- a/jd_small_home.js +++ b/jd_small_home.js @@ -893,7 +893,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_speed.js b/jd_speed.js index 32cec98..6d7a970 100644 --- a/jd_speed.js +++ b/jd_speed.js @@ -523,7 +523,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_superMarket.js b/jd_superMarket.js index 7286eb8..38c8739 100644 --- a/jd_superMarket.js +++ b/jd_superMarket.js @@ -1457,7 +1457,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_syj.js b/jd_syj.js index 4514dc5..ef3bce8 100644 --- a/jd_syj.js +++ b/jd_syj.js @@ -209,7 +209,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jd_unsubscribe.js b/jd_unsubscribe.js index fa1fbcd..7c3f9d8 100644 --- a/jd_unsubscribe.js +++ b/jd_unsubscribe.js @@ -342,7 +342,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } } diff --git a/jr_sign.js b/jr_sign.js index 6fe325a..ff74cf2 100644 --- a/jr_sign.js +++ b/jr_sign.js @@ -184,7 +184,7 @@ function jsonParse(str) { return JSON.parse(str); } catch (e) { console.log(e); - $.msg($.name, '', '不要在BoxJS手动复制粘贴修改cookie') + $.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie') return []; } }