fix: bugs

fix: bugs
This commit is contained in:
qier222 2022-04-09 00:28:37 +08:00
parent 1444bbefa2
commit 70d1de0e0f
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
62 changed files with 368 additions and 284 deletions

View file

@ -1,5 +1,5 @@
import useLyric from '@/hooks/useLyric'
import { player } from '@/store'
import useLyric from '@/renderer/hooks/useLyric'
import { player } from '@/renderer/store'
import {
motion,
useMotionValue,
@ -8,7 +8,7 @@ import {
useAnimation,
LayoutGroup,
} from 'framer-motion'
import { lyricParser } from '@/utils/lyric'
import { lyricParser } from '@/renderer/utils/lyric'
const Lyric = ({ className }: { className?: string }) => {
// const ease = [0.5, 0.2, 0.2, 0.8]