diff --git a/app.vue b/app.vue index 027a732..20b6c8f 100644 --- a/app.vue +++ b/app.vue @@ -209,7 +209,7 @@ onMounted(() => { }] }); - // tour.start(); + tour.start(); }); @@ -232,7 +232,7 @@ onMounted(() => { background-repeat: no-repeat; background-size: cover; background-position: center; - background-image: url("/bg.jpg"); + background-image: url("/astraos/bg.jpg"); } /*.shepherd-arrow { diff --git a/components/Matrix.vue b/components/Matrix.vue index 63232c2..89b604b 100644 --- a/components/Matrix.vue +++ b/components/Matrix.vue @@ -1,6 +1,7 @@ + diff --git a/components/Music.vue b/components/Music.vue index 6a4a316..6d770b0 100644 --- a/components/Music.vue +++ b/components/Music.vue @@ -13,7 +13,8 @@ progress.value.value = song.value.currentTime } - if(song.value.play()){ + if(songState.value){ + song.value.play() setInterval(()=>{ progress.value.value = song.value.currentTime ; },500);