This commit is contained in:
lxk0301
2021-03-04 10:53:55 +08:00
parent 97dac292ad
commit 221cfc915d
7 changed files with 85 additions and 53 deletions

View File

@@ -1,9 +1,3 @@
/*
* @Author: shylocks https://github.com/shylocks
* @Date: 2021-01-13 13:27:41
* @Last Modified by: shylocks
* @Last Modified time: 2021-01-13 13:27:41
*/
/*
京东家庭号
活动入口:玩一玩-家庭号
@@ -12,8 +6,21 @@
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
易黑号,建议禁用
cron如下
1 * * * *
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
============Quantumultx===============
[task_local]
#京东家庭号
1 12,23 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_family.js, tag=京东家庭号, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_family.png, enabled=true
================Loon==============
[Script]
cron "1 12,23 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_family.js,tag=京东家庭号
===============Surge=================
京东家庭号 = type=cron,cronexp="1 12,23 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_family.js
============小火箭=========
京东家庭号 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_family.js, cronexpr="1 12,23 * * *", timeout=3600, enable=true
*/
const $ = new Env('京东家庭号');
const notify = $.isNode() ? require('./sendNotify') : '';