XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update chat.v1.js

5899543e
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -1
Modified g4f/gui/client/static/js/chat.v1.js +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");