mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: updates
This commit is contained in:
parent
ffcc60b793
commit
dd5361b8c4
106 changed files with 11989 additions and 4143 deletions
|
|
@ -22,6 +22,7 @@ export const enum IpcChannels {
|
|||
Repeat = 'Repeat',
|
||||
SyncSettings = 'SyncSettings',
|
||||
GetAudioCacheSize = 'GetAudioCacheSize',
|
||||
ResetWindowSize = 'ResetWindowSize',
|
||||
}
|
||||
|
||||
// ipcMain.on params
|
||||
|
|
@ -56,6 +57,7 @@ export interface IpcChannelsParams {
|
|||
}
|
||||
[IpcChannels.SyncSettings]: Store['settings']
|
||||
[IpcChannels.GetAudioCacheSize]: void
|
||||
[IpcChannels.ResetWindowSize]: void
|
||||
}
|
||||
|
||||
// ipcRenderer.on params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue