We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2ae64 commit 910fc67Copy full SHA for 910fc67
Task/qqreads.js
@@ -15,6 +15,7 @@
15
11.29 更新 支持action.默认每天21点到21点20通知
16
12.2 修复打卡问题
17
12.3 缩短运行时间,由于企鹅读书版本更新.请手动进去看一次书
18
+12.3 调整推送时间为12点和24点左右
19
20
⚠️cookie获取方法:
21
@@ -648,7 +649,7 @@ function showmsg() {
648
649
tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} \n\n`;
650
651
let d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000);
-if (d.getHours()==21 && d.getMinutes()<=20 ) {
652
+if (d.getHours()==12 && d.getMinutes()<=20 ||d.getHours()==23 && d.getMinutes()>=40 ) {
653
notify.sendNotify(jsname,kz)
654
}
655
0 commit comments