This commit is contained in:
Vanessa 2022-12-31 22:14:42 +08:00
parent 7688733364
commit 4ee566cbd9
30 changed files with 153 additions and 163 deletions

View file

@ -57,6 +57,7 @@ interface ICard {
name: string
size: number
}
interface ISearchOption {
name?: string
sort: number, // 0按块类型默认1按创建时间升序2按创建时间降序3按更新时间升序4按更新时间降序5按内容顺序仅在按文档分组时6按相关度升序7按相关度降序
@ -149,6 +150,7 @@ interface INotebook {
}
interface ISiyuan {
storage?: { [key: string]: any },
printWin?: import("electron").BrowserWindow
transactionsTimeout?: number,
transactions?: {