Update qqread.js

This commit is contained in:
lxk0301
2021-01-05 20:48:14 +08:00
committed by GitHub
parent 611a4b8915
commit 2ccced367c

View File

@@ -62,7 +62,9 @@ const jsname = '企鹅读书'
const $ = Env(jsname)
let task = '', config, ssr2 = '', wktime, day = 0;
console.log(`\n========= 脚本执行时间(TM)${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} =========\n`)
const notify = require('../sendNotify');
const notify = $.isNode() ? require('../sendNotify') : '';
const logs = 1; //0为关闭日志1为开启
const TIME = 30//单次时长上传限制默认5分钟