We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf1726 commit 3064e0dCopy full SHA for 3064e0d
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()&&task.data.treasureBox.count==0||task.data.treasureBox.count==35)notify.sendNotify(jsname,tz)
+if ($.isNode()&&$.time('HH')>16&&$.time('HH')<18)notify.sendNotify(jsname,tz)
217
$.done();
218
}
219
},
0 commit comments