Skip to content

Commit 910fc67

Browse files
author
ziye12
authored
企鹅读书 ⚠️由于企鹅读书版本更新.请手动进去看一次书
1 parent ed2ae64 commit 910fc67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Task/qqreads.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
11.29 更新 支持action.默认每天21点到21点20通知
1616
12.2 修复打卡问题
1717
12.3 缩短运行时间,由于企鹅读书版本更新.请手动进去看一次书
18+
12.3 调整推送时间为12点和24点左右
1819
1920
⚠️cookie获取方法:
2021
@@ -648,7 +649,7 @@ function showmsg() {
648649
tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} \n\n`;
649650

650651
let d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000);
651-
if (d.getHours()==21 && d.getMinutes()<=20 ) {
652+
if (d.getHours()==12 && d.getMinutes()<=20 ||d.getHours()==23 && d.getMinutes()>=40 ) {
652653
notify.sendNotify(jsname,kz)
653654
}
654655

0 commit comments

Comments
 (0)