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

XFEstudio/gpt4free

Update facingMode in qrcode scanner

aa31d875
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/gui/client/qrcode.html +1 -1
@@ -98,7 +98,7 @@
98 98
99 99 const switchButton = document.getElementById('switchCamera');
100 100 let currentStream = null;
101 let facingMode = 'user';
101 let facingMode = 'environment';
102 102
103 103 async function startCamera() {
104 104 try {