From 507fe08cb6a1246b6d6d50a0ac06c48fc82fdaf5 Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Wed, 8 May 2024 14:07:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(PlayerCard):=20List=20=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E9=97=AA=E7=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AudioPlayer/PlayerCard.tsx | 4 ++-- src/components/AudioPlayer/widget/SongList.tsx | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/AudioPlayer/PlayerCard.tsx b/src/components/AudioPlayer/PlayerCard.tsx index f2e78f4..c22f6a4 100644 --- a/src/components/AudioPlayer/PlayerCard.tsx +++ b/src/components/AudioPlayer/PlayerCard.tsx @@ -8,7 +8,7 @@ import clientHttp from '@/utils/request/client'; import styles from './index.module.css'; import Lrc from './Lrc'; -import SongCardList from './widget/SongList'; +import SongList from './widget/SongList'; import { Header } from '@/components'; import { useAudioStore } from '@/store'; @@ -150,7 +150,7 @@ export default function PlayerCard({ show, className }: Prop) {