mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 19:24:55 +08:00
- Add album text in lyrics render - Improve song info update and draw algo - Upgrade to .NET 10
15 lines
234 B
C#
15 lines
234 B
C#
// 2025/6/23 by Zhe Fang
|
|
|
|
namespace BetterLyrics.WinUI3.Enums
|
|
{
|
|
public enum Language
|
|
{
|
|
FollowSystem,
|
|
English,
|
|
SimplifiedChinese,
|
|
TraditionalChinese,
|
|
Japanese,
|
|
Korean,
|
|
}
|
|
}
|