mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
This commit is contained in:
parent
b1a00c6ebd
commit
a0b238075d
8 changed files with 174 additions and 7 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -88,7 +88,7 @@ type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
|
|||
"lock-screen" |
|
||||
"mobile-keyboard-show" | "mobile-keyboard-hide" |
|
||||
"code-language-update" | "code-language-change"
|
||||
type TAVView = "table" | "gallery"
|
||||
type TAVView = "table" | "gallery" | "kanban"
|
||||
type TAVCol =
|
||||
"text"
|
||||
| "date"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue