mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 09:16:09 +01:00
This commit is contained in:
parent
8d467c7df2
commit
ee62729dc2
31 changed files with 32 additions and 84 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -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?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue