This commit is contained in:
Bluemangoo 2025-05-24 16:28:12 +08:00
parent d17301ae93
commit d507b608f4
Signed by: Bluemangoo
GPG Key ID: F2F7E46880A1C4CF

View File

@ -99,10 +99,11 @@
}
}
if (answered && stat.autoMode) {
const done = allDone();
const submitButton = getAnswerElement().nextElementSibling.children[1];
submitButton.click();
await new Promise((resolve) => setTimeout(resolve, 500));
if (!allDone()) {
if (!done) {
aiButton.click();
}
}