mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
13 lines
384 B
C#
13 lines
384 B
C#
namespace BetterLyrics.WinUI3.Constants
|
|
{
|
|
public static class App
|
|
{
|
|
public const string AppAuthor = "Zhe Fang";
|
|
public const string AppAuthorNicknameEN = "jayfunc";
|
|
public const string AppAuthorNicknameZH = "摘叶飞镖";
|
|
public const string AppName = "BetterLyrics";
|
|
|
|
public const string AutoStartupTaskId = "AutoStartup";
|
|
}
|
|
}
|