From 769edfbb8e631b5b00aa464b4259b7d2f769bdc6 Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Wed, 16 Oct 2024 21:16:43 +0800 Subject: [PATCH] =?UTF-8?q?update(FM):=20=E7=A6=81=E7=94=A8=20FM=20?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Button/ButtonFM.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Button/ButtonFM.tsx b/src/components/Button/ButtonFM.tsx index b0f0f4b..63baa18 100644 --- a/src/components/Button/ButtonFM.tsx +++ b/src/components/Button/ButtonFM.tsx @@ -40,6 +40,7 @@ export default function ButtonFM() { * 4. 播放第一首歌 */ const handlePlayFM = async () => { + return; if (playListInfo.type === 'fm') { setShowCard(true); // if (!playState) setPlayState(true);