feat: 登录也加载异常问题处理

This commit is contained in:
duanshuwen
2025-12-19 23:12:14 +08:00
parent 4b4e955b17
commit e6fa999137
7 changed files with 295 additions and 17 deletions

4
global.d.ts vendored
View File

@@ -32,6 +32,10 @@ declare global {
params: [time: string]
return: void
}
[IPC_EVENTS.RENDERER_IS_READY]: {
params: []
return: void
}
[IPC_EVENTS.CUSTOM_EVENT]: {
params: [message: string]
return: void