mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: updates
This commit is contained in:
parent
ffcc60b793
commit
dd5361b8c4
106 changed files with 11989 additions and 4143 deletions
|
|
@ -1,16 +1,16 @@
|
|||
import Button, { Color as ButtonColor } from '@/web/components/Button'
|
||||
import SvgIcon from '@/web/components/SvgIcon'
|
||||
import Icon from '@/web/components/Icon'
|
||||
import Cover from '@/web/components/Cover'
|
||||
import useArtist from '@/web/hooks/useArtist'
|
||||
import useArtistAlbums from '@/web/hooks/useArtistAlbums'
|
||||
import useArtist from '@/web/api/hooks/useArtist'
|
||||
import useArtistAlbums from '@/web/api/hooks/useArtistAlbums'
|
||||
import { resizeImage } from '@/web/utils/common'
|
||||
import dayjs from 'dayjs'
|
||||
import TracksGrid from '@/web/components/TracksGrid'
|
||||
import CoverRow, { Subtitle } from '@/web/components/CoverRow'
|
||||
import Skeleton from '@/web/components/Skeleton'
|
||||
import useTracks from '@/web/hooks/useTracks'
|
||||
import useTracks from '@/web/api/hooks/useTracks'
|
||||
import { player } from '@/web/store'
|
||||
import cx from 'classnames'
|
||||
import { cx } from '@emotion/css'
|
||||
import { useCallback, useMemo } from 'react'
|
||||
import toast from 'react-hot-toast'
|
||||
import { useNavigate, useParams } from 'react-router-dom'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue