This commit is contained in:
yixu
2025-12-31 18:48:41 +08:00
parent 3ea9df1cb5
commit 1e28adc96d
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 178 KiB

View File

@@ -22,7 +22,7 @@ const props = defineProps({
show: true
})
const isMusicOn = ref(false);
const isMusicOn = ref(true);
const audioElement = ref(null);
const videoElement = ref(null);
const videoLoaded = ref(false);

View File

@@ -137,7 +137,7 @@ const startNow = () => {
}
.item-2 {
top: 147vw;
top: 137vw;
width: 46vw;
}