feat: Create a new GUI project based on Avalonia. (Powered by Claude)

This commit is contained in:
real-zony
2026-01-09 23:38:57 +08:00
parent 00e2118645
commit 1f7414ead3
46 changed files with 3225 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace ZonyLrcTools.Cli;
/// <summary>
/// Marker class for CLI command localization resources.
/// This class is used by IStringLocalizer&lt;CommandStrings&gt; to locate the resource files.
/// The namespace must be the root namespace so that IStringLocalizer looks for Resources/CommandStrings.resx
/// </summary>
public class CommandStrings
{
}