精简部分播放器代码
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user