diff --git a/script/buct-cource-copy.js b/script/buct-cource-copy.js index 48c923b..0d6c018 100644 --- a/script/buct-cource-copy.js +++ b/script/buct-cource-copy.js @@ -71,6 +71,7 @@ if (id !== question.id) { return; } + aiButton.value = "?" const answers = answer.split("\n"); const children = getAnswerElement().children[0].children; for (const child of children) { @@ -98,6 +99,7 @@ if (data.data.questionId) { question.id = data.data.questionId; } + aiButton.value = "Zzz"; } const flag = {