Explorar el Código

背景音乐再小声一点

任一存 hace 2 años
padre
commit
89c515d651
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/LongImage.vue

+ 1 - 1
src/views/LongImage.vue

@@ -133,7 +133,7 @@ const interaction$ = ref(null)
 const bgAudio = utils.getAudioUrl('bg.mp3')
 const bgAudio$ = ref(null)
 onMounted(() => {
-  bgAudio$.value.volume = 0.3
+  bgAudio$.value.volume = 0.2
 })
 const bgAudioStatus = ref(false)
 function switchBgAudio() {