Merge branch 'master' of https://gitee.com/lxk0301/jd_scripts
This commit is contained in:
@ -120,7 +120,7 @@
|
||||
#监控crazyJoy分红
|
||||
10 12 * * * node /scripts/jd_crazy_joy_bonus.js >> /scripts/logs/jd_crazy_joy_bonus.log 2>&1
|
||||
#京喜财富岛
|
||||
5 1,11,22 * * * node /scripts/jd_cfd.js >> /scripts/logs/jd_cfd.log 2>&1
|
||||
5 7,12,18 * * * node /scripts/jd_cfd.js >> /scripts/logs/jd_cfd.log 2>&1
|
||||
# 删除优惠券(默认注释,如需要自己开启,如有误删,已删除的券可以在回收站中还原,慎用)
|
||||
#20 9 * * 6 node /scripts/jd_delCoupon.js >> /scripts/logs/jd_delCoupon.log 2>&1
|
||||
#家庭号
|
||||
|
10
jd_cfd.js
10
jd_cfd.js
@ -1,7 +1,7 @@
|
||||
/*
|
||||
京喜财富岛
|
||||
根据github@MoPoQAQ 财富岛脚本修改而来。无需京喜token,只需京东cookie即可.
|
||||
cron 5 0,13,19 * * * jd_cfd.js
|
||||
cron 5 8,13,19 * * * jd_cfd.js
|
||||
更新时间:2021-6-3
|
||||
活动入口:京喜APP-我的-京喜财富岛
|
||||
|
||||
@ -10,17 +10,17 @@ cron 5 0,13,19 * * * jd_cfd.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京喜财富岛
|
||||
5 0,13,19 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js, tag=京喜财富岛, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jxcfd.png, enabled=true
|
||||
5 8,13,19 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js, tag=京喜财富岛, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jxcfd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "5 0,13,19 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js,tag=京喜财富岛
|
||||
cron "5 8,13,19 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js,tag=京喜财富岛
|
||||
|
||||
===============Surge=================
|
||||
京喜财富岛 = type=cron,cronexp="5 0,13,19 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js
|
||||
京喜财富岛 = type=cron,cronexp="5 8,13,19 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js
|
||||
|
||||
============小火箭=========
|
||||
京喜财富岛 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js, cronexpr="5 0,13,19 * * *", timeout=3600, enable=true
|
||||
京喜财富岛 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js, cronexpr="5 8,13,19 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
const $ = new Env("京喜财富岛");
|
||||
const JD_API_HOST = "https://m.jingxi.com/";
|
||||
|
@ -70,12 +70,12 @@ inputs:
|
||||
cronExpression: "0 30 7 * * * *"
|
||||
enable: true
|
||||
argument: jd_bean_change&jd_crazy_joy&jd_crazy_joy_bonus&jd_rankingList&jd_bean_home&jd_price&jd_sgmh&jd_mcxhd&jd_jxlhb
|
||||
- timer: #金融养猪 #京东快递 #京东赚赚 #京喜签到 #京东极速版红包 #领金贴
|
||||
- timer: #金融养猪 #京东快递 #京东赚赚 #京东极速版红包 #领金贴
|
||||
parameters:
|
||||
name: pigPet_kd_jdzz_sign_speedredpocke_jintie
|
||||
name: pigPet_kd_jdzz_speedredpocke_jintie
|
||||
cronExpression: "0 3 1 * * * *"
|
||||
enable: true
|
||||
argument: jd_pigPet&jd_kd&jd_jdzz&jx_sign&jd_speed_redpocke&jd_jin_tie
|
||||
argument: jd_pigPet&jd_kd&jd_jdzz&jd_speed_redpocke&jd_jin_tie
|
||||
environment: # 环境变量
|
||||
variables: # 环境变量对象
|
||||
AAA: BBB # 不要删除,用来格式化对齐追加的变量的
|
||||
|
Reference in New Issue
Block a user