Vanessa 2024-11-18 11:55:18 +08:00
parent 81ef5d0244
commit e9c8cd0e0d
6 changed files with 87 additions and 38 deletions

View file

@ -54,6 +54,7 @@ type TOperation =
| "setAttrViewColDate"
| "unbindAttrViewBlock"
| "setAttrViewViewDesc"
| "setAttrViewColDesc"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
@ -799,6 +800,7 @@ interface IAVColumn {
icon: string,
id: string,
name: string,
desc: string,
wrap: boolean,
pin: boolean,
hidden: boolean,