You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * callback Function * @param {string} content 通过 AJAX or fetch 获取的内容 * @returns {string} 纯粹的内容 */function(content){//......returnresults;}
TODO
目前想法,在构造函数的 list 处设置
Example
leteachList={//....."url":"http://",//returns a music's url"lyric":"http://URL",//just a lyric's url"transLyric":"http://URL",//optional"urlProcessor":
{"url":(c)=>{},"lyric":null,"transLyric":(c)=>{}}};
Description
从某个网址取得 歌曲URL & 歌词(以及歌词翻译)内容.
可以通过某个函数对从网址取得的内容进行处理, 函数返回值应为 歌曲URL / LRC 内容
Example
TODO
目前想法,在构造函数的 list 处设置
Example
以上作为更改代码的标准.
The text was updated successfully, but these errors were encountered: