From a0b6893f8e62ae5fbe74a960f7c1251d0cec515c Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 24 Oct 2024 09:24:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StupWizard/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/StupWizard/index.tsx b/src/components/StupWizard/index.tsx index 4b4a0df..fbeda6b 100644 --- a/src/components/StupWizard/index.tsx +++ b/src/components/StupWizard/index.tsx @@ -322,7 +322,7 @@ const VideoComponents = () => { { + value={audioDeviceManager.ecordingItem || null} onChange={async (e) => { setting.ecordingDeviceId = e; storage.setItem('setting', JSON.stringify(setting)) setAudioDeviceManager({ @@ -749,7 +749,7 @@ const AudioComponents = () => {