Skip to content

Commit 43f56a4

Browse files
author
ziye12
authored
企鹅读书ac全能版
1 parent a5548f5 commit 43f56a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Task/qqreads.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ http-request https:\/\/mqqapi\.reader\.qq\.com\/mqq\/addReadTimeWithBid? script-
5656
const jsname='企鹅读书'
5757
const $ = Env(jsname)
5858
const notify = $.isNode() ? require('./sendNotify') : '';
59-
var tz=''
60-
var kz=''
59+
var tz='';
60+
var kz='';
61+
var task='';
62+
var config='';
63+
6164
var COOKIES_SPLIT='\n' //自定义多cookie之间连接的分隔符,默认为\n换行分割,不熟悉的不要改动和配置,为了兼容本地node执行
6265

6366
const logs = 0; //0为关闭日志,1为开启

0 commit comments

Comments
 (0)