1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-13 16:21:18 +08:00
This commit is contained in:
YYDS
2022-02-04 03:57:50 +08:00
parent 4e2e8b2226
commit 77a32dad3f
13 changed files with 2869 additions and 84 deletions

View File

@@ -14,17 +14,17 @@ byjiulan
============Quantumultx===============
[task_local]
#京东评价
37 15 * * * https://raw.githubusercontent.com/KingRan/JDJB/main/jd_evaluation.js, tag=京东评价, enabled=true
37 15 * * * https://raw.githubusercontent.com/okyyds/yydspure/master/jd_evaluation.js, tag=京东评价, enabled=true
================Loon==============
[Script]
cron "37 15 * * *" script-path=https://raw.githubusercontent.com/KingRan/JDJB/main/jd_evaluation.js,tag=京东评价
cron "37 15 * * *" script-path=https://raw.githubusercontent.com/okyyds/yydspure/master/jd_evaluation.js,tag=京东评价
===============Surge=================
京东评价 = type=cron,cronexp="37 15 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/JDJB/main/jd_evaluation.js
京东评价 = type=cron,cronexp="37 15 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/okyyds/yydspure/master/jd_evaluation.js
============小火箭=========
京东评价 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/JDJB/main/jd_evaluation.js, cronexpr="37 15 * * *", timeout=3600, enable=true
京东评价 = type=cron,script-path=https://raw.githubusercontent.com/okyyds/yydspure/master/jd_evaluation.js, cronexpr="37 15 * * *", timeout=3600, enable=true
*/
const $ = new Env('京东评价');
const notify = $.isNode() ? require('./sendNotify') : '';