mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 10:27:30 +08:00
✨ feat: 增强歌词窗口处理逻辑,修复可能引起的歌词初始化重复播放问题
This commit is contained in:
@@ -97,3 +97,7 @@ export const isMobile = computed(() => {
|
||||
});
|
||||
|
||||
export const isElectron = (window as any).electron !== undefined;
|
||||
|
||||
export const isLyricWindow = computed(() => {
|
||||
return window.location.hash.includes('lyric');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user