This commit is contained in:
Vanessa 2023-09-02 11:13:47 +08:00
parent 8d467c7df2
commit ee62729dc2
31 changed files with 32 additions and 84 deletions

View file

@ -46,7 +46,7 @@ type TEventBus = "ws-main" |
"open-menu-av" | "open-menu-content" | "open-menu-breadcrumbmore" |
"open-siyuan-url-plugin" | "open-siyuan-url-block" |
"input-search" |
"loaded-protyle" | "loaded-protyle-dynamic"|
"loaded-protyle" | "loaded-protyle-dynamic" |
"destroy-protyle"
type TAVCol =
"text"
@ -268,6 +268,7 @@ interface INotebook {
}
interface ISiyuan {
zIndex: number
storage?: { [key: string]: any },
printWin?: import("electron").BrowserWindow
transactions?: {