This commit is contained in:
humingxNobyDaconfig --global user.email 53217160+NobyDa@users.noreply.github.comssh-keygen -t rsa -C humingx@yeah.nethumingx@yeah.net 2020-05-12 18:27:34 +08:00
parent ff1ca05a0f
commit fd6891eafa
1 changed files with 3 additions and 3 deletions

View File

@ -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 {