feat(core): add open link in app to doc menu (#8597)

add "open in desktop app" menu item for editor

fix AF-1547
This commit is contained in:
pengx17
2024-10-29 05:49:49 +00:00
committed by Peng Xiao
parent 5690720652
commit 835fdc33c0
21 changed files with 222 additions and 117 deletions

View File

@@ -5,7 +5,7 @@ declare global {
// eslint-disable-next-line no-var
var __appInfo: {
electron: boolean;
schema: string;
scheme: string;
windowName: string;
};
}