迁移已过期的短期活动至activity文件夹。删除task订阅以及docker里面已过期活动

This commit is contained in:
lxk0301
2020-12-14 09:26:49 +08:00
parent d9db91ba49
commit f0145411fd
20 changed files with 55 additions and 2770 deletions

View File

@@ -22,9 +22,9 @@ cron "10 0 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scrip
*/
const $ = new Env('金榜年终奖');
const notify = $.isNode() ? require('./sendNotify') : '';
const notify = $.isNode() ? require('../sendNotify') : '';
//Node.js用户请在jdCookie.js处填写京东ck;
const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
const jdCookieNode = $.isNode() ? require('../jdCookie.js') : '';
let jdNotify = true;//是否关闭通知false打开通知推送true关闭通知推送
const randomCount = $.isNode() ? 20 : 5;
//IOS等用户直接用NobyDa的jd cookie