feat: updates

This commit is contained in:
qier222 2023-01-28 11:54:57 +08:00
parent 7ce516877e
commit ccebe0a67a
No known key found for this signature in database
74 changed files with 56065 additions and 2810 deletions

View file

@ -10,6 +10,7 @@ interface UIStates {
blurBackgroundImage: string | null
fullscreen: boolean
playingVideoID: number | null
isPauseVideos: boolean
}
const initUIStates: UIStates = {
@ -21,6 +22,7 @@ const initUIStates: UIStates = {
blurBackgroundImage: null,
fullscreen: false,
playingVideoID: null,
isPauseVideos: false,
}
window.ipcRenderer