mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-05 21:16:52 +00:00
refactor: Refactor the code of the Download command.
This commit is contained in:
18
src/ZonyLrcTools.Common/Album/InternalAlbumProviderNames.cs
Normal file
18
src/ZonyLrcTools.Common/Album/InternalAlbumProviderNames.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace ZonyLrcTools.Common.Album
|
||||
{
|
||||
/// <summary>
|
||||
/// 定义了程序默认提供的专辑图像下载器。
|
||||
/// </summary>
|
||||
public static class InternalAlbumProviderNames
|
||||
{
|
||||
/// <summary>
|
||||
/// 网易云音乐专辑图像下载器。
|
||||
/// </summary>
|
||||
public const string NetEase = nameof(NetEase);
|
||||
|
||||
/// <summary>
|
||||
/// QQ 音乐专辑图像下载器。
|
||||
/// </summary>
|
||||
public const string QQ = nameof(QQ);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user