From 54323d8e5af15556eb65642155d43a50b59ba2cd Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Thu, 17 Oct 2024 13:27:04 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"update(FM):=20=E7=A6=81=E7=94=A8=20FM?= =?UTF-8?q?=20=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 This reverts commit 769edfbb8e631b5b00aa464b4259b7d2f769bdc6. --- src/components/Button/ButtonFM.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Button/ButtonFM.tsx b/src/components/Button/ButtonFM.tsx index 63baa18..b0f0f4b 100644 --- a/src/components/Button/ButtonFM.tsx +++ b/src/components/Button/ButtonFM.tsx @@ -40,7 +40,6 @@ export default function ButtonFM() { * 4. 播放第一首歌 */ const handlePlayFM = async () => { - return; if (playListInfo.type === 'fm') { setShowCard(true); // if (!playState) setPlayState(true);