From cdecc5a025f607328d40b337ae2e8b2ca152aa4f Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Thu, 4 Feb 2021 10:25:25 +0800 Subject: [PATCH] update --- jd_nian.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_nian.js b/jd_nian.js index 18b8228b..7ed21761 100644 --- a/jd_nian.js +++ b/jd_nian.js @@ -106,7 +106,7 @@ const openUrl = `openjd://virtual?params=%7B%20%22category%22:%20%22jump%22,%20% } } if ((nowTimes.getHours() < 20 && nowTimes.getHours() >= 10) && nowTimes.getDate() === 4) { - if (nowTimes.getHours() === 10 || nowTimes.getHours() === 19) { + if (nowTimes.getHours() === 12 || nowTimes.getHours() === 19) { $.msg($.name, '', '队伍红包已可兑换\n点击弹窗直达兑换页面', { 'open-url' : openUrl}); if ($.isNode()) await notify.sendNotify($.name, `队伍PK红包已可兑换\n兑换地址: https://wbbny.m.jd.com/babelDiy/Zeus/2cKMj86srRdhgWcKonfExzK4ZMBy/index.html`) }