🎨 add count

This commit is contained in:
Vanessa 2022-12-23 23:40:29 +08:00
parent bc65bd5624
commit f714302ee8
4 changed files with 17 additions and 9 deletions

View file

@ -51,6 +51,12 @@ interface Window {
hideKeyboardToolbar(): void
}
interface ICard {
id: string
updated: string
name: string
size: number
}
interface ISearchOption {
name?: string
sort: number, // 0按块类型默认1按创建时间升序2按创建时间降序3按更新时间升序4按更新时间降序5按内容顺序仅在按文档分组时6按相关度升序7按相关度降序