We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d35a9 commit 66b4781Copy full SHA for 66b4781
1 file changed
Task/qqreads.js
@@ -77,9 +77,6 @@ const $ = Env(jsname)
77
const notify = $.isNode() ? require('./sendNotify') : '';
78
var tz=''
79
80
-
81
-console.log(`\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} =========\n`)
82
83
const logs = 0; //0为关闭日志,1为开启
84
const notifyInterval=1
85
//0为关闭通知,1为所有通知,2为宝箱领取成功通知,3为宝箱每15次通知一次
@@ -847,7 +844,7 @@ tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n'
847
844
function showmsg() {
848
845
849
846
850
-tz += `\n脚本执行:${new Date().toLocaleString()}\n\n`;
+tz += `============ 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} =============\n`;
851
852
if (notifyInterval==1)
853
$.msg(jsname,'',tz)//显示所有通知
0 commit comments