fix
This commit is contained in:
parent
d17301ae93
commit
d507b608f4
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user