返回提交历史
Modified
g4f/gui/client/qrcode.html
+1
-1
XFEstudio/gpt4free
Update facingMode in qrcode scanner
aa31d875
代码差异
1 个文件
+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 {