first commit

This commit is contained in:
SnhAenIgseAl
2026-04-20 13:48:06 +08:00
parent 7bde226505
commit 42c4d10c16
33 changed files with 239 additions and 133 deletions
+2
View File
@@ -80,6 +80,8 @@ const AIChat = async (q, symbol_1, symbol_2, symbol_3) => {
requestTask.abort();
isLoading.value = false;
responseText.value = "";
showResponseText.value = false;
isDone.value = false;
return;
}
},