mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: bugs
fix: bugs
This commit is contained in:
parent
1444bbefa2
commit
70d1de0e0f
62 changed files with 368 additions and 284 deletions
|
|
@ -3,11 +3,11 @@ import {
|
|||
search,
|
||||
SearchApiNames,
|
||||
SearchTypes,
|
||||
} from '@/api/search'
|
||||
import Cover from '@/components/Cover'
|
||||
import TrackGrid from '@/components/TracksGrid'
|
||||
import { player } from '@/store'
|
||||
import { resizeImage } from '@/utils/common'
|
||||
} from '@/renderer/api/search'
|
||||
import Cover from '@/renderer/components/Cover'
|
||||
import TrackGrid from '@/renderer/components/TracksGrid'
|
||||
import { player } from '@/renderer/store'
|
||||
import { resizeImage } from '@/renderer/utils/common'
|
||||
|
||||
const Artists = ({ artists }: { artists: Artist[] }) => {
|
||||
const navigate = useNavigate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue