mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-08-03 13:40:39 +08:00
feat: 添加心动模式播放
This commit is contained in:
@@ -758,7 +758,6 @@ export const getLrcTimeRange = (index: number) => ({
|
||||
watch(
|
||||
() => lrcArray.value,
|
||||
(newLrcArray) => {
|
||||
console.log('lrcArray.value', lrcArray.value);
|
||||
if (newLrcArray.length > 0 && isElectron && isLyricWindowOpen.value) {
|
||||
sendLyricToWin();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user