We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3064e0d commit 185eadeCopy full SHA for 185eade
Task/qqreads.js
@@ -213,7 +213,7 @@ all();
213
} else if (i == 16 && K == qqreadhdArr.length - 1) {
214
showmsg();//通知
215
console.log(tz)
216
-if ($.isNode()&&$.time('HH')>16&&$.time('HH')<18)notify.sendNotify(jsname,tz)
+if ($.isNode()&&$.time('HH')>5&&$.time('HH')<7)notify.sendNotify(jsname,tz)
217
$.done();
218
}
219
},
0 commit comments