mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
fix: bugs
fix: bugs
This commit is contained in:
parent
1444bbefa2
commit
70d1de0e0f
62 changed files with 368 additions and 284 deletions
|
|
@ -1,14 +1,14 @@
|
|||
import CoverRow, { Subtitle } from '@/components/CoverRow'
|
||||
import SvgIcon from '@/components/SvgIcon'
|
||||
import useUserAlbums from '@/hooks/useUserAlbums'
|
||||
import useLyric from '@/hooks/useLyric'
|
||||
import usePlaylist from '@/hooks/usePlaylist'
|
||||
import useUser from '@/hooks/useUser'
|
||||
import useUserPlaylists from '@/hooks/useUserPlaylists'
|
||||
import { player } from '@/store'
|
||||
import { resizeImage } from '@/utils/common'
|
||||
import CoverRow, { Subtitle } from '@/renderer/components/CoverRow'
|
||||
import SvgIcon from '@/renderer/components/SvgIcon'
|
||||
import useUserAlbums from '@/renderer/hooks/useUserAlbums'
|
||||
import useLyric from '@/renderer/hooks/useLyric'
|
||||
import usePlaylist from '@/renderer/hooks/usePlaylist'
|
||||
import useUser from '@/renderer/hooks/useUser'
|
||||
import useUserPlaylists from '@/renderer/hooks/useUserPlaylists'
|
||||
import { player } from '@/renderer/store'
|
||||
import { resizeImage } from '@/renderer/utils/common'
|
||||
import { sample, chunk } from 'lodash-es'
|
||||
import useUserArtists from '@/hooks/useUserArtists'
|
||||
import useUserArtists from '@/renderer/hooks/useUserArtists'
|
||||
|
||||
const LikedTracksCard = ({ className }: { className?: string }) => {
|
||||
const navigate = useNavigate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue