|
|
|
@ -15,7 +15,7 @@ export default function SongItem(props: { data: ISong }) {
|
|
|
|
|
// const router = useRouter();
|
|
|
|
|
const { curSong, setCurSong, playing, setPlaying } = useJournalAudioContext();
|
|
|
|
|
|
|
|
|
|
const activeTextColor = curSong?.id && id && curSong?.id === id ? 'text-[#b44343ff]' : '';
|
|
|
|
|
const activeTextColor = curSong?.id && id && curSong?.id === id ? 'text-[#C43737ff]' : '';
|
|
|
|
|
|
|
|
|
|
// 点击歌曲封面跳转到单曲页面
|
|
|
|
|
const handleCoverClick = () => {
|
|
|
|
|