This commit is contained in:
2025-05-24 16:28:12 +08:00
parent d17301ae93
commit d507b608f4
+2 -1
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();
}
}