We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e2985 commit 01c1dadCopy full SHA for 01c1dad
Task/QQread.js
@@ -64,7 +64,7 @@ var task='';
64
65
var COOKIES_SPLIT='\n' //自定义多cookie之间连接的分隔符,默认为\n换行分割,不熟悉的不要改动和配置,为了兼容本地node执行
66
67
-const logs = 1; //0为关闭日志,1为开启
+const logs = 0; //0为关闭日志,1为开启
68
const notifyInterval=1
69
//0为关闭通知,1为所有通知,2为宝箱领取成功通知,
70
0 commit comments