mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2026-02-03 09:48:25 +00:00
refactor: Refactor lyrics download logic and abstract a new logger.
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Text.RegularExpressions;
|
||||
namespace ZonyLrcTools.Common.Lyrics
|
||||
{
|
||||
/// <summary>
|
||||
/// 歌词的行对象,是 <see cref="LyricItemCollection"/> 的最小单位。。
|
||||
/// 歌词的行对象,是 <see cref="LyricsItemCollection"/> 的最小单位。。
|
||||
/// </summary>
|
||||
public class LyricsItem : IComparable<LyricsItem>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user