mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
✨ feat: 完善 store 通信
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ipcMain, screen } from "electron";
|
||||
import lyricWindow from "../windows/lyric-window";
|
||||
import { useStore } from "../store";
|
||||
import mainWindow from "../windows/main-window";
|
||||
import { isAbsolute, relative, resolve } from "path";
|
||||
import { useStore } from "../store";
|
||||
import lyricWindow from "../windows/lyric-window";
|
||||
import mainWindow from "../windows/main-window";
|
||||
|
||||
/**
|
||||
* 歌词相关 IPC
|
||||
|
||||
Reference in New Issue
Block a user