feat: updates

This commit is contained in:
qier222 2022-05-29 17:53:27 +08:00
parent ffcc60b793
commit dd5361b8c4
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
106 changed files with 11989 additions and 4143 deletions

View file

@ -2,8 +2,8 @@ import ArtistInline from '@/web/components/ArtistsInline'
import Skeleton from '@/web/components/Skeleton'
import { player } from '@/web/store'
import { resizeImage } from '@/web/utils/common'
import SvgIcon from './SvgIcon'
import cx from 'classnames'
import Icon from './Icon'
import { cx } from '@emotion/css'
import { useMemo } from 'react'
import { useSnapshot } from 'valtio'
@ -65,7 +65,7 @@ const Track = ({
) : (
<span className='flex items-center'>
{track.mark === 1318912 && (
<SvgIcon
<Icon
name='explicit'
className={cx(
'mr-1 h-3 w-3',