mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
✨feat(LyricWithTTMLFormat): 支持从steveXMH仓库获取TTML歌词
This commit is contained in:
@@ -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, // 显示歌词翻译
|
||||
|
||||
Reference in New Issue
Block a user