新增星店长, 调整财富岛cron

This commit is contained in:
wisz2021
2021-06-03 15:48:32 +08:00
parent 92539f5cbd
commit 0d360d78fa
6 changed files with 357 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
/*
京喜财富岛
根据github@MoPoQAQ 财富岛脚本修改而来。无需京喜token,只需京东cookie即可.
cron 5 0,8,13,19 * * * jd_cfd.js
更新时间2021-4-15
cron 5 0,13,19 * * * jd_cfd.js
更新时间2021-6-3
活动入口京喜APP-我的-京喜财富岛
已支持IOS双京东账号,Node.js支持N个京东账号
@@ -10,17 +10,17 @@ cron 5 0,8,13,19 * * * jd_cfd.js
============Quantumultx===============
[task_local]
#京喜财富岛
5 0,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
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
================Loon==============
[Script]
cron "5 0,8,13,19 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js,tag=京喜财富岛
cron "5 0,13,19 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js,tag=京喜财富岛
===============Surge=================
京喜财富岛 = type=cron,cronexp="5 0,8,13,19 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js
京喜财富岛 = 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,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js, cronexpr="5 0,8,13,19 * * *", timeout=3600, enable=true
京喜财富岛 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_cfd.js, cronexpr="5 0,13,19 * * *", timeout=3600, enable=true
*/
const $ = new Env("京喜财富岛");
const JD_API_HOST = "https://m.jingxi.com/";