mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
Update qqread.js
This commit is contained in:
parent
83fe3256f3
commit
6748e66700
@ -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分钟
|
||||
|
||||
Loading…
Reference in New Issue
Block a user