Vanessa 2023-07-01 23:32:03 +08:00
parent 3c6d2fc417
commit 63156dd783
4 changed files with 25 additions and 4 deletions

View file

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