mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-09 04:03:23 +00:00
feat: NetEase Cloud Music Downloader support dual language lyrics.
This commit is contained in:
@@ -11,5 +11,13 @@ namespace ZonyLrcTools.Cli.Infrastructure.Lyric
|
||||
/// <param name="sourceLyric">原始歌词数据。</param>
|
||||
/// <returns>构建完成的 <see cref="LyricItemCollection"/> 对象。</returns>
|
||||
LyricItemCollection Build(string sourceLyric);
|
||||
|
||||
/// <summary>
|
||||
/// 根据指定的歌曲数据构建新的 <see cref="LyricItemCollection"/> 实例。
|
||||
/// </summary>
|
||||
/// <param name="sourceLyric">原始歌词数据。</param>
|
||||
/// <param name="translationLyric">翻译歌词数据。</param>
|
||||
/// <returns>构建完成的 <see cref="LyricItemCollection"/> 对象。</returns>
|
||||
LyricItemCollection Build(string sourceLyric, string translationLyric);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user