Skip to content

Commit 66b4781

Browse files
author
ziye12
authored
Update qqreads.js
1 parent c9d35a9 commit 66b4781

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Task/qqreads.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ const $ = Env(jsname)
7777
const notify = $.isNode() ? require('./sendNotify') : '';
7878
var tz=''
7979

80-
81-
console.log(`\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} =========\n`)
82-
8380
const logs = 0; //0为关闭日志,1为开启
8481
const notifyInterval=1
8582
//0为关闭通知,1为所有通知,2为宝箱领取成功通知,3为宝箱每15次通知一次
@@ -847,7 +844,7 @@ tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n'
847844
function showmsg() {
848845

849846

850-
tz += `\n脚本执行${new Date().toLocaleString()}\n\n`;
847+
tz += `============ 脚本执行-北京时间(UTC+8)${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} =============\n`;
851848

852849
if (notifyInterval==1)
853850
$.msg(jsname,'',tz)//显示所有通知

0 commit comments

Comments
 (0)