Vanessa 2023-12-01 10:22:52 +08:00
parent 6804d4b795
commit 4e903f987b
5 changed files with 75 additions and 13 deletions

View file

@ -45,6 +45,8 @@ type TOperation =
| "addAttrViewView"
| "setAttrViewViewName"
| "removeAttrViewView"
| "setAttrViewViewIcon"
| "duplicateAttrViewView"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" |