diff --git a/jd_car_exchange.js b/jd_car_exchange.js index a91eeb18..c203e2d3 100644 --- a/jd_car_exchange.js +++ b/jd_car_exchange.js @@ -1,7 +1,11 @@ /* 京东汽车兑换,500赛点兑换500京豆 长期活动 -活动入口:首页👉京东汽车兑换👉屏幕右中部,车主福利 + +活动入口 +京东APP:首页👉京东汽车兑换👉屏幕右中部,车主福利 +活动网页地址:https://h5.m.jd.com/babelDiy/Zeus/44bjzCpzH9GpspWeBzYSqBA7jEtP/index.html#/journey + 更新地址:https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_car_exchange 已支持IOS双京东账号, Node.js支持N个京东账号 脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js diff --git a/jd_get_share_code.js b/jd_get_share_code.js index a23754d1..92a07997 100644 --- a/jd_get_share_code.js +++ b/jd_get_share_code.js @@ -1,3 +1,25 @@ +/* +一键获取我仓库所以脚本的互助码(邀请码)(其中京东赚赚jd_jdzz.js如果今天达到5人助力则不能提取互助码) +没必要设置(cron)定时执行,需要的时候,自己手动执行一次即可 + +更新地址:https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js +已支持IOS双京东账号, Node.js支持N个京东账号 +脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js +============Quantumultx=============== +[task_local] +#获取互助码 +20 13 * * 6 https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js, tag=获取互助码, enabled=true + +================Loon============== +[Script] +cron "20 13 * * 6" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js, tag=获取互助码 + +===============Surge================= +获取互助码 = type=cron,cronexp="20 13 * * 6",wake-system=1,timeout=120,script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js + +============小火箭========= +获取互助码 = type=cron,script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js, cronexpr="20 13 * * 6", timeout=200, enable=true + */ const $ = new Env("获取互助码"); const JD_API_HOST = "https://api.m.jd.com/client.action"; let cookiesArr = [], cookie = '', message;