UX 反馈
This commit is contained in:
parent
2d575e2e84
commit
e28793ac5b
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user