From fd6891eafa4b897f31028f8153b97b449f27bf44 Mon Sep 17 00:00:00 2001 From: "humingxNobyDaconfig --global user.email 53217160+NobyDa@users.noreply.github.comssh-keygen -t rsa -C humingx@yeah.nethumingx@yeah.net" <53217160+NobyDa@users.noreply.github.com> Date: Tue, 12 May 2020 18:27:34 +0800 Subject: [PATCH] fix date --- 52pojie-DailyBonus/52pojie.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/52pojie-DailyBonus/52pojie.js b/52pojie-DailyBonus/52pojie.js index c8c069f..3df9311 100644 --- a/52pojie-DailyBonus/52pojie.js +++ b/52pojie-DailyBonus/52pojie.js @@ -1,7 +1,7 @@ /* 吾爱破解签到脚本 -更新时间: 2020.5.12 11:00 +更新时间: 2020.5.12 18:25 脚本兼容: QuantumultX, Surge, Loon 电报频道: @NobyDa 问题反馈: @NobyDa_bot @@ -75,9 +75,9 @@ function checkin() { $nobyda.notify("吾爱破解", "签到请求失败 ‼️‼️", error) } else { if (data.match(/(ÒÑÍê³É|\u606d\u559c\u60a8)/)) { - $nobyda.notify("吾爱破解", "", date.getMonth() + "月" + date.getDate() + "日, 签到成功 🎉") + $nobyda.notify("吾爱破解", "", date.getMonth() + "月" + date.getDate() + 1 + "日, 签到成功 🎉") } else if (data.match(/(ÄúÒÑ|\u4e0b\u671f\u518d\u6765)/)) { - $nobyda.notify("吾爱破解", "", date.getMonth() + "月" + date.getDate() + "日, 已签过 ⚠️") + $nobyda.notify("吾爱破解", "", date.getMonth() + "月" + date.getDate() + 1 + "日, 已签过 ⚠️") } else if (data.match(/(ÏȵǼ|\u9700\u8981\u5148\u767b\u5f55)/)) { $nobyda.notify("吾爱破解", "", "签到失败, Cookie失效 ‼️‼️") } else {