From eb2f37f6397722baf121d6895de455d3da0fa02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 27 Jun 2025 03:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3chromium=E5=86=85=E6=A0=B8?= =?UTF-8?q?=EF=BC=8C=E5=9C=B0=E4=B8=8B=E5=9F=8E=E5=BC=BA=E5=8C=96=E7=82=B9?= =?UTF-8?q?=E4=BA=86=E5=8F=96=E6=B6=88=E5=90=8E=E5=86=8D=E6=AC=A1=E6=89=93?= =?UTF-8?q?=E5=BC=80=E6=97=A0=E6=B3=95=E4=BF=9D=E5=AD=98=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multi.html | 4 ++-- script.js | 2 +- service-worker.js | 8 ++++---- solo.html | 4 ++-- triple.html | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/multi.html b/multi.html index 54b854bf..698e588a 100644 --- a/multi.html +++ b/multi.html @@ -1773,8 +1773,8 @@ const teamsCount = 2;
- - + +
diff --git a/script.js b/script.js index ff65f0cb..aab63ec5 100644 --- a/script.js +++ b/script.js @@ -3105,7 +3105,7 @@ function initialize() { selectedDeviceId = localStorage.getItem(cfgPrefix + sourceSelect_id); if (videoInputDevices.every(device=>device.deviceId != selectedDeviceId)) { - selectedDeviceId = videoInputDevices[0].deviceId; + selectedDeviceId = videoInputDevices?.[0]?.deviceId; } if (videoInputDevices.length >= 1) { videoInputDevices.forEach((element) => { diff --git a/service-worker.js b/service-worker.js index cba1b161..ecf0d8d2 100644 --- a/service-worker.js +++ b/service-worker.js @@ -54395,7 +54395,7 @@ const cachesMap = new Map([ ], [ "multi.html", - "87bcda44a4def639b642ab3fadc32cb7" + "afd43a4746a19c65eb9d4da3b341c74c" ], [ "script-custom_elements.js", @@ -54415,11 +54415,11 @@ const cachesMap = new Map([ ], [ "script.js", - "fe31655ca750f6e030ae6f25b7c5b5a8" + "40fc743766f11484a4da19c0b13c3d8d" ], [ "solo.html", - "633cdb0ed0786321ae54451b6bd8e08b" + "757690e647d6a30f69ad942c85550757" ], [ "style-fix-html2canvas.css", @@ -54439,7 +54439,7 @@ const cachesMap = new Map([ ], [ "triple.html", - "04878ddb76de4998e8ee62bf91be60e2" + "9de212235c69fe05833e1ff6ea06597b" ], [ "languages/en.css", diff --git a/solo.html b/solo.html index 4bd2efef..69147071 100644 --- a/solo.html +++ b/solo.html @@ -1463,8 +1463,8 @@ const teamsCount = 1;
- - + +
diff --git a/triple.html b/triple.html index 7b3c6787..68d24744 100644 --- a/triple.html +++ b/triple.html @@ -2308,8 +2308,8 @@ const teamsCount = 3;
- - + +