返回提交历史
Modified
g4f/gui/client/static/js/chat.v1.js
+2
-1
XFEstudio/gpt4free
Update chat.v1.js
5899543e
代码差异
1 个文件
+2
-1
@@ -1249,7 +1249,8 @@ function save_storage() {
1249
1249
}
1250
1250
}
1251
1251
1252
if (window.SpeechRecognition) {
1252
const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
1253
if (SpeechRecognition) {
1253
1254
const mircoIcon = microLabel.querySelector("i");
1254
1255
mircoIcon.classList.add("fa-microphone");
1255
1256
mircoIcon.classList.remove("fa-microphone-slash");