mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-06-04 21:00:53 +08:00
Merge pull request #287 from SorenHugo/main
Some checks failed
Update README Table / update-readme (push) Has been cancelled
Some checks failed
Update README Table / update-readme (push) Has been cancelled
fix: 更新爱玛签到逻辑,修复新签到用户从第二天起无法签到的问题
This commit is contained in:
commit
e5903b39b4
@ -60,7 +60,7 @@ async function signIn(token, index) {
|
||||
);
|
||||
|
||||
const data = searchRes.data;
|
||||
if (data.content && data.content.signed === 1) {
|
||||
if (data.content && data.content.signStatus === 1) {
|
||||
$.log(`✅ 账号【${index}】今日已签到!`);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user