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 {