Vanessa 2023-04-21 10:23:35 +08:00
parent f34123c1ad
commit c3edf5bd9e
4 changed files with 56 additions and 9 deletions

View file

@ -87,6 +87,7 @@ interface ICard {
}
interface ISearchOption {
page: number
removed?: boolean // 移除后需记录搜索内容 https://github.com/siyuan-note/siyuan/issues/7745
name?: string
sort: number, // 0按块类型默认1按创建时间升序2按创建时间降序3按更新时间升序4按更新时间降序5按内容顺序仅在按文档分组时6按相关度升序7按相关度降序