We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5548f5 commit 43f56a4Copy full SHA for 43f56a4
Task/qqreads.js
@@ -56,8 +56,11 @@ http-request https:\/\/mqqapi\.reader\.qq\.com\/mqq\/addReadTimeWithBid? script-
56
const jsname='企鹅读书'
57
const $ = Env(jsname)
58
const notify = $.isNode() ? require('./sendNotify') : '';
59
-var tz=''
60
-var kz=''
+var tz='';
+var kz='';
61
+var task='';
62
+var config='';
63
+
64
var COOKIES_SPLIT='\n' //自定义多cookie之间连接的分隔符,默认为\n换行分割,不熟悉的不要改动和配置,为了兼容本地node执行
65
66
const logs = 0; //0为关闭日志,1为开启
0 commit comments