Vanessa 2025-07-25 14:55:27 +08:00
parent f3427dcf5f
commit 8cb40edce3
4 changed files with 30 additions and 2 deletions

View file

@ -66,6 +66,7 @@ type TOperation =
| "setAttrViewGroup"
| "removeAttrViewGroup"
| "syncAttrViewTableColWidth"
| "hideAttrViewGroup"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |