From 72c0fc08b4174eef135921d0c3d3cc271b8d596f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=8C=E7=B3=96=E5=8C=85=E5=AD=90?= Date: Sat, 28 Jan 2023 20:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4aplayer-fill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/api/aplayer/assets/loading.svg | 2 +- src/views/api/aplayer/assets/lrc.svg | 2 +- src/views/api/aplayer/assets/menu.svg | 2 +- src/views/api/aplayer/assets/no_repeat.svg | 2 +- src/views/api/aplayer/assets/pause.svg | 2 +- src/views/api/aplayer/assets/play.svg | 2 +- src/views/api/aplayer/assets/repeat_all.svg | 2 +- src/views/api/aplayer/assets/repeat_one.svg | 2 +- src/views/api/aplayer/assets/shuffle.svg | 2 +- src/views/api/aplayer/assets/skip.svg | 2 +- src/views/api/aplayer/assets/volume_down.svg | 2 +- src/views/api/aplayer/assets/volume_off.svg | 2 +- src/views/api/aplayer/assets/volume_up.svg | 2 +- .../aplayer/components/aplayer-iconbutton.vue | 3 -- .../aplayer/components/aplayer-thumbnail.vue | 7 ++-- src/views/api/aplayer/utils.ts | 34 +++++++------------ 16 files changed, 28 insertions(+), 42 deletions(-) diff --git a/src/views/api/aplayer/assets/loading.svg b/src/views/api/aplayer/assets/loading.svg index 765078f..0ab9175 100644 --- a/src/views/api/aplayer/assets/loading.svg +++ b/src/views/api/aplayer/assets/loading.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/lrc.svg b/src/views/api/aplayer/assets/lrc.svg index 5c06555..57fac17 100644 --- a/src/views/api/aplayer/assets/lrc.svg +++ b/src/views/api/aplayer/assets/lrc.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/menu.svg b/src/views/api/aplayer/assets/menu.svg index cb16fbf..2806d05 100644 --- a/src/views/api/aplayer/assets/menu.svg +++ b/src/views/api/aplayer/assets/menu.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/no_repeat.svg b/src/views/api/aplayer/assets/no_repeat.svg index 93e4271..182635c 100644 --- a/src/views/api/aplayer/assets/no_repeat.svg +++ b/src/views/api/aplayer/assets/no_repeat.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/pause.svg b/src/views/api/aplayer/assets/pause.svg index 4264c5e..ae0cd59 100644 --- a/src/views/api/aplayer/assets/pause.svg +++ b/src/views/api/aplayer/assets/pause.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/play.svg b/src/views/api/aplayer/assets/play.svg index e2cf40e..a856703 100644 --- a/src/views/api/aplayer/assets/play.svg +++ b/src/views/api/aplayer/assets/play.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/repeat_all.svg b/src/views/api/aplayer/assets/repeat_all.svg index 5f2022b..f346d77 100644 --- a/src/views/api/aplayer/assets/repeat_all.svg +++ b/src/views/api/aplayer/assets/repeat_all.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/repeat_one.svg b/src/views/api/aplayer/assets/repeat_one.svg index ca158c5..9325e37 100644 --- a/src/views/api/aplayer/assets/repeat_one.svg +++ b/src/views/api/aplayer/assets/repeat_one.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/shuffle.svg b/src/views/api/aplayer/assets/shuffle.svg index a5d8089..37eb42e 100644 --- a/src/views/api/aplayer/assets/shuffle.svg +++ b/src/views/api/aplayer/assets/shuffle.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/skip.svg b/src/views/api/aplayer/assets/skip.svg index 21762d2..e7a23dd 100644 --- a/src/views/api/aplayer/assets/skip.svg +++ b/src/views/api/aplayer/assets/skip.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/volume_down.svg b/src/views/api/aplayer/assets/volume_down.svg index dc52fd5..4e94d08 100644 --- a/src/views/api/aplayer/assets/volume_down.svg +++ b/src/views/api/aplayer/assets/volume_down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/volume_off.svg b/src/views/api/aplayer/assets/volume_off.svg index b1953f1..7f0fab3 100644 --- a/src/views/api/aplayer/assets/volume_off.svg +++ b/src/views/api/aplayer/assets/volume_off.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/assets/volume_up.svg b/src/views/api/aplayer/assets/volume_up.svg index 8f12823..4476774 100644 --- a/src/views/api/aplayer/assets/volume_up.svg +++ b/src/views/api/aplayer/assets/volume_up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/views/api/aplayer/components/aplayer-iconbutton.vue b/src/views/api/aplayer/components/aplayer-iconbutton.vue index 091178c..099984a 100644 --- a/src/views/api/aplayer/components/aplayer-iconbutton.vue +++ b/src/views/api/aplayer/components/aplayer-iconbutton.vue @@ -29,8 +29,5 @@ defineProps<{icon: string}>() &:hover { opacity: 1; } - .aplayer-fill { - transition: all .2s ease-in-out; - } } \ No newline at end of file diff --git a/src/views/api/aplayer/components/aplayer-thumbnail.vue b/src/views/api/aplayer/components/aplayer-thumbnail.vue index 776ea07..3f57729 100644 --- a/src/views/api/aplayer/components/aplayer-thumbnail.vue +++ b/src/views/api/aplayer/components/aplayer-thumbnail.vue @@ -17,7 +17,7 @@