diff --git a/src/components/Btn.vue b/src/components/Btn.vue index 9a2f14b..0248aa1 100644 --- a/src/components/Btn.vue +++ b/src/components/Btn.vue @@ -1,12 +1,17 @@ diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index adb493b..1b1d2d7 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -28,7 +28,12 @@ function set(page) { diff --git a/src/components/SongItem.vue b/src/components/SongItem.vue index fbdeb69..9fd42b5 100644 --- a/src/components/SongItem.vue +++ b/src/components/SongItem.vue @@ -129,7 +129,7 @@ const openSong = el => { {{ author ? author.replaceAll(' - Topic', '') : '' }} - + {{ t('title.now_playing') }} @@ -138,24 +138,35 @@ const openSong = el => { class="bi bi-three-dots-vertical popup-wrap ign" @mouseenter="show = true" @mouseleave="show = false" - @keyup.enter="show = !show"> + @keyup.enter="show = !show" + :aria-label="t('action.more_controls')"> diff --git a/src/components/StatusBar.vue b/src/components/StatusBar.vue index cc6880d..feaf497 100644 --- a/src/components/StatusBar.vue +++ b/src/components/StatusBar.vue @@ -77,10 +77,16 @@ async function Like() {