mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 19:08:33 +08:00
15 lines
200 B
C#
15 lines
200 B
C#
// 2025/6/23 by Zhe Fang
|
|
|
|
namespace BetterLyrics.WinUI3.Enums
|
|
{
|
|
public enum LyricsFormat
|
|
{
|
|
Lrc,
|
|
Eslrc,
|
|
Ttml,
|
|
Qrc,
|
|
Krc,
|
|
NotSpecified,
|
|
}
|
|
}
|