mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: 保存 renderer 日志到文件
This commit is contained in:
parent
d3089b8940
commit
4c625b172c
12 changed files with 61 additions and 31 deletions
2
src/renderer/global.d.ts
vendored
2
src/renderer/global.d.ts
vendored
|
|
@ -1,4 +1,5 @@
|
|||
import { IpcChannels } from '@/main/IpcChannelsName'
|
||||
import { ElectronLog } from 'electron-log'
|
||||
|
||||
export {}
|
||||
|
||||
|
|
@ -20,6 +21,7 @@ declare global {
|
|||
isMac: boolean
|
||||
isWin: boolean
|
||||
}
|
||||
log?: ElectronLog
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue