回复 @autoplay: true, //音频自动播放
theme: '#FADFA3', //主题色
showlrc: true, //显示歌词
回复 @autoplay: true, //音频自动播放
theme: '#FADFA3', //主题色
lrcType: 3, //lrc文件方式
回复 @autoplay: true, //音频自动播放
theme: '#FADFA3', //主题色
loop: 'all', //音频循环播放
order: 'random', //音频循环顺序
preload: 'auto', //预加载
volume: 0.7, //默认音量
mutex: true, //互斥,阻止多个播放器同时播放,当前播放器播放时暂停其他播放器
listFolded: false, //列表默认折叠
listMaxHeight: '360px', //列表最大高度
lrcType: 3, //lrc文件方式
回复 @mini: true, //开启迷你模式
fixed: true, //开启吸底模式
autoplay: true, //音频自动播放
theme: '#FADFA3', //主题色
loop: 'all', //音频循环播放
order: 'random', //音频循环顺序
preload: 'auto', //预加载
volume: 0.7, //默认音量
mutex: true, //互斥,阻止多个播放器同时播放,当前播放器播放时暂停其他播放器
listFolded: false, //列表默认折叠
listMaxHeight: '360px', //列表最大高度
lrcType: 3, //lrc文件方式
名称 | 默认值 | 描述 |
container | document.querySelector('.aplayer') | 播放器容器元素 |
fixed | false | 开启吸底模式 |
mini | false | 开启迷你模式 |
autoplay | false | 音频自动播放 |
theme | '#b7daff' | 主题色 |
loop | 'all' | 音频循环播放, 可选值: 'all', 'one', 'none' |
order | 'list' | 音频循环顺序, 可选值: 'list', 'random' |
preload | 'auto' | 预加载,可选值: 'none', 'metadata', 'auto' |
volume | 0.7 | 默认音量,请注意播放器会记忆用户设置,用户手动设置音量后默认音量即失效 |
audio | - | 音频信息, 应该是一个对象或对象数组 |
audio.name | - | 音频名称 |
audio.artist | - | 音频艺术家 |
audio.url | - | 音频链接 |
audio.cover | - | 音频封面 |
audio.lrc | - | 歌词 |
audio.theme | - | 切换到此音频时的主题色,比上面的 theme 优先级高 |
audio.type | 'auto' | 可选值: 'auto', 'hls', 'normal' 或其他自定义类型 |
customAudioType | - | 自定义类型 |
mutex | true | 互斥,阻止多个播放器同时播放,当前播放器播放时暂停其他播放器 |
lrcType | 0 | 可选值: 1,2,3 |
listFolded | false | 列表默认折叠 |
listMaxHeight | '90px' | 列表最大高度 |
storageName | 'aplayer-setting' | 存储播放器设置的 localStorage key |
欢迎光临 (https://www.qms23.com/) | Powered by Discuz! X3.5 |