We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8906689 commit cf9cdd0Copy full SHA for cf9cdd0
Task/qqreads.js
@@ -174,6 +174,7 @@ if (isGetCookie = typeof $request !== 'undefined') {
174
console.log(`-------------------------\n\n开始【企鹅读书${$.index}】`)
175
}
176
await all();
177
+ await showmsg();
178
179
180
@@ -213,7 +214,7 @@ function all()
213
214
215
{
216
- for(var i=0;i<18;i++)
217
+ for(var i=0;i<16;i++)
218
{ (function(i) {
219
setTimeout(function() {
220
@@ -266,11 +267,6 @@ qqreadwktime();//周时长查询
266
267
else if (i==15)
268
qqreadpick();//领周时长奖励
269
-else if (i==16)
270
-showmsg();//通知
271
-
272
-else if (i==17)
273
-$.done();//结束
274
275
276
0 commit comments