拼写错误和去除log

This commit is contained in:
杍超
2025-01-22 11:13:01 +08:00
parent b55ca57d38
commit c89297fa7b
2 changed files with 2 additions and 58 deletions

View File

@@ -67,7 +67,7 @@
let volumeMuted = false let volumeMuted = false
let micMuted = false let micMuted = false
const handel_volume_mute = () => { const handle_volume_mute = () => {
volumeMuted = !volumeMuted volumeMuted = !volumeMuted
} }
const handle_mic_mute = () => { const handle_mic_mute = () => {
@@ -349,7 +349,7 @@
</button> </button>
<button <button
class="icon" class="icon"
on:click={handel_volume_mute} on:click={handle_volume_mute}
aria-label="select input source" aria-label="select input source"
> >
{#if volumeMuted} {#if volumeMuted}

File diff suppressed because one or more lines are too long