bianjiang 1 жил өмнө
parent
commit
0b99675b59

+ 1 - 0
src/modules/editor/components/CompUI/basicUI/Page/PageMusic.tsx

@@ -35,6 +35,7 @@ export const PageMusic = defineComponent({
         loop: store.isEditMode ? false : true,
         preload: true,
         HTML5: true,
+        volume: 0.3,
       });
       controls.mediaCtrl.setMediasInstance(audioKey, audioBgm.value);
       audioBgm.value.on("load", () => {