UX 反馈

This commit is contained in:
Bluemangoo 2025-05-08 20:13:58 +08:00
parent 2d575e2e84
commit e28793ac5b
Signed by: Bluemangoo
GPG Key ID: F2F7E46880A1C4CF

View File

@ -71,6 +71,7 @@
if (id !== question.id) { if (id !== question.id) {
return; return;
} }
aiButton.value = ""
const answers = answer.split("\n"); const answers = answer.split("\n");
const children = getAnswerElement().children[0].children; const children = getAnswerElement().children[0].children;
for (const child of children) { for (const child of children) {
@ -98,6 +99,7 @@
if (data.data.questionId) { if (data.data.questionId) {
question.id = data.data.questionId; question.id = data.data.questionId;
} }
aiButton.value = "Zzz";
} }
const flag = { const flag = {