From fec29b01a4147c338ebd472d655aeeabc0caaf9a Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Mon, 26 May 2025 08:31:33 +1000 Subject: [PATCH] =?UTF-8?q?feat(Playroom):=20=E4=B8=BA=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E9=98=9F=E5=88=97=E4=B8=AD=E7=9A=84=E6=AD=8C=E6=9B=B2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=82=B9=E5=87=BB=E6=92=AD=E6=94=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 点击播放队列中的歌曲时,设置当前播放索引并开始播放 --- src/pages/Playroom.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Playroom.vue b/src/pages/Playroom.vue index 5290933..bc0948b 100644 --- a/src/pages/Playroom.vue +++ b/src/pages/Playroom.vue @@ -242,7 +242,7 @@ function makePlayQueueListDismiss() {