This commit is contained in:
lxk0301
2021-04-26 19:37:21 +08:00
parent a5fbbd8d6e
commit 6de52d5a26

View File

@@ -5,14 +5,14 @@
=================QuantumultX============== =================QuantumultX==============
[task_local] [task_local]
#领金贴 #领金贴
10 * * * * 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 * * * 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
===========Loon=============== ===========Loon===============
[Script] [Script]
cron "10 * * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jin_tie.js,tag=领金贴 cron "10 0 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jin_tie.js,tag=领金贴
=======Surge=========== =======Surge===========
领金贴 = type=cron,cronexp="10 * * * *",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=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jin_tie.js
==============小火箭============= ==============小火箭=============
领金贴 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jin_tie.js, cronexpr="10 * * * *", timeout=3600, enable=true 领金贴 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jin_tie.js, cronexpr="10 0 * * *", timeout=3600, enable=true
*/ */
const $ = new Env('领金贴'); const $ = new Env('领金贴');
const notify = $.isNode() ? require('./sendNotify') : ''; const notify = $.isNode() ? require('./sendNotify') : '';