Vanessa 2023-07-01 20:41:35 +08:00
parent 45c389629a
commit e502ad60c3
5 changed files with 76 additions and 29 deletions

View file

@ -24,6 +24,7 @@ type TOperation =
| "removeFlashcards"
| "updateAttrViewCell"
| "updateAttrViewCol"
| "sortAttrViewRow"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" |