1.6.0-fork-1.0.0 • Published 10 months ago
@archonk/aplayer-react v1.6.0-fork-1.0.0
fork from aplayer-react
支持通过url获取歌词,例如
lrcType默认值为urllrc以.lrc结尾同样当作 url 处理
const audioInfo = [
{
...,
lrcType: "text",
lrc: "[00:00.00] 作曲 : xxx\n[99:00.00]纯音乐,请欣赏"
},
{
...,
lrcType: "url",
lrc: "folder/xxx.lrc"
}
];1.6.0-fork-1.0.0
10 months ago