精简部分播放器代码

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
@@ -51,13 +51,13 @@ import Volume from './aplayer-controller-volume.vue'
import { StatType } from '@/model/api/music'
const props = defineProps<{
shuffle: boolean,
repeat: string,
stat: StatType,
shuffle: boolean
repeat: string
stat: StatType
theme: string
volume: number,
muted: boolean,
showList: boolean,
volume: number
muted: boolean
showList: boolean
isMobile: boolean
}>()
const loadProgress = computed(() => {