feat: 调整布局
This commit is contained in:
@@ -78,4 +78,6 @@ export interface IPCAPI {
|
||||
},
|
||||
readFile: (filePath: string) => Promise<{success: boolean, data?: string, error?: string}>,
|
||||
logToMain: (logLevel: string, message: string) => void,
|
||||
// 打开新窗口
|
||||
openNewTab: (url: string) => Promise<void>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user