mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
Merge branch 'main' of github.com:AutoMaker-Org/automaker into improve-context-page
This commit is contained in:
@@ -281,6 +281,11 @@ export interface ElectronAPI {
|
||||
deleteFile: (filePath: string) => Promise<WriteResult>;
|
||||
trashItem?: (filePath: string) => Promise<WriteResult>;
|
||||
getPath: (name: string) => Promise<string>;
|
||||
openInEditor?: (
|
||||
filePath: string,
|
||||
line?: number,
|
||||
column?: number
|
||||
) => Promise<{ success: boolean; error?: string }>;
|
||||
saveImageToTemp?: (
|
||||
data: string,
|
||||
filename: string,
|
||||
|
||||
Reference in New Issue
Block a user