feat(LyricWithTTMLFormat): 支持从steveXMH仓库获取TTML歌词

This commit is contained in:
ImFurina
2025-10-02 12:25:04 +08:00
parent 00e6f7bb60
commit aa3f9d2ca8
10 changed files with 865 additions and 629 deletions

View File

@@ -73,6 +73,7 @@ interface SettingState {
showSearchHistory: boolean;
useAMLyrics: boolean;
useAMSpring: boolean;
enableTTMLLyric: boolean;
menuShowCover: boolean;
preventSleep: boolean;
localFilesPath: string[];
@@ -138,6 +139,7 @@ export const useSettingStore = defineStore("setting", {
lyricFontBold: true, // 歌词字体加粗
useAMLyrics: false, // 是否使用 AM 歌词
useAMSpring: false, // 是否使用 AM 歌词弹簧效果
enableTTMLLyric: true, // 启用 TTML 歌词
showYrc: true, // 显示逐字歌词
showYrcAnimation: true, // 显示逐字歌词动画
showTran: true, // 显示歌词翻译