From 5dd48b75ec9d89486e02d3cd02fa07fca7a7d5ff Mon Sep 17 00:00:00 2001 From: Piyush-linux Date: Mon, 3 Jun 2024 21:03:24 +0530 Subject: [PATCH] dev: notepad --- app.vue | 4 ++-- components/Matrix.vue | 3 ++- components/Music.vue | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) 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);