Vanessa 2023-12-01 16:59:04 +08:00
parent df94050839
commit 12fccf9349
6 changed files with 112 additions and 21 deletions

View file

@ -47,6 +47,7 @@ type TOperation =
| "removeAttrViewView"
| "setAttrViewViewIcon"
| "duplicateAttrViewView"
| "sortAttrViewView"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" |