拼写错误和去除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 micMuted = false
const handel_volume_mute = () => {
const handle_volume_mute = () => {
volumeMuted = !volumeMuted
}
const handle_mic_mute = () => {
@@ -349,7 +349,7 @@
</button>
<button
class="icon"
on:click={handel_volume_mute}
on:click={handle_volume_mute}
aria-label="select input source"
>
{#if volumeMuted}

File diff suppressed because one or more lines are too long