mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
🐞 fix: 歌词排除内容不生效 #509
This commit is contained in:
@@ -155,6 +155,8 @@ interface SettingState {
|
||||
dynamicCover: boolean;
|
||||
/** 是否使用 keep-alive */
|
||||
useKeepAlive: boolean;
|
||||
/** 是否启用排除歌词关键字 */
|
||||
enableExcludeKeywords: boolean;
|
||||
/** 排除歌词关键字 */
|
||||
excludeKeywords: string[];
|
||||
/** 显示默认本地路径 */
|
||||
@@ -216,6 +218,7 @@ export const useSettingStore = defineStore("setting", {
|
||||
lyricsBlur: false,
|
||||
lyricsScrollPosition: "start",
|
||||
lrcMousePause: false,
|
||||
enableExcludeKeywords: true,
|
||||
excludeKeywords: keywords,
|
||||
localFilesPath: [],
|
||||
localLyricPath: [],
|
||||
|
||||
Reference in New Issue
Block a user