mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: updates
This commit is contained in:
parent
fc1c25f404
commit
7b6579e068
48 changed files with 1155 additions and 777 deletions
|
|
@ -1,13 +1,9 @@
|
|||
import {
|
||||
multiMatchSearch,
|
||||
search,
|
||||
SearchApiNames,
|
||||
SearchTypes,
|
||||
} from '@/renderer/api/search'
|
||||
import { multiMatchSearch, search } 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'
|
||||
import { SearchTypes, SearchApiNames } from '@/shared/api/Search'
|
||||
import dayjs from 'dayjs'
|
||||
|
||||
const Artists = ({ artists }: { artists: Artist[] }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue