精简部分播放器代码

This commit is contained in:
2023-01-28 01:02:19 +08:00
parent 289d7e0b8b
commit 2be35021b4
7 changed files with 26 additions and 54 deletions
@@ -21,7 +21,7 @@ import { parseLrc } from '../utils'
import { StatType } from '@/model/api/music'
const props = defineProps<{
lrcSource: string,
lrcSource: string
playStat: StatType
}>()