Vanessa 2025-07-27 11:23:58 +08:00
parent de8da071d0
commit 7308536ded
5 changed files with 199 additions and 125 deletions

View file

@ -68,6 +68,7 @@ type TOperation =
| "syncAttrViewTableColWidth"
| "hideAttrViewGroup"
| "sortAttrViewGroup"
| "foldAttrViewGroup"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
@ -856,6 +857,7 @@ interface IAVView {
showIcon: boolean;
wrapField: boolean;
groupHidden?: number, // 0显示1空白隐藏2手动隐藏
groupFolded?: boolean,
filters: IAVFilter[],
sorts: IAVSort[],
groups: IAVView[]