Open Yesterday17 opened 2 years ago
目前载入音频是支持的。 https://github.com/magic-akari/lrc-maker/blob/bdd48dc69263e192608a61b6d098762687f41840/src/components/footer.tsx#L25-L31 参数是 url。 后边的 text 和 title 虽然也能用,但是是为了配合 PWA 的 share target 用的。
目前是 undocumented API,因为我也不确定这种形式是不是最好的。
载入歌词目前没有。
希望可以通过诸如
?url=http://example.com/test.mp3&lyric=yyy
的方式(需URL
编码)快速填入音频地址,这样能够更方便与外部集成。使用场景:
Tampermonkey
脚本自动从音乐网站跳转,自动填入音乐地址;通过歌词源自动获取歌词文本