mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 18:26:09 +01:00
This commit is contained in:
parent
83777a14ed
commit
a2dba45103
12 changed files with 228 additions and 163 deletions
8
app/src/types/index.d.ts
vendored
8
app/src/types/index.d.ts
vendored
|
|
@ -59,13 +59,19 @@ interface IWorkspace {
|
|||
closed: boolean
|
||||
}
|
||||
|
||||
interface ICard {
|
||||
interface ICardPackage {
|
||||
id: string
|
||||
updated: string
|
||||
name: string
|
||||
size: number
|
||||
}
|
||||
|
||||
interface ICard {
|
||||
blockID: string
|
||||
deckID: string
|
||||
nextDues: IObject
|
||||
}
|
||||
|
||||
interface ISearchOption {
|
||||
name?: string
|
||||
sort: number, // 0:按块类型(默认),1:按创建时间升序,2:按创建时间降序,3:按更新时间升序,4:按更新时间降序,5:按内容顺序(仅在按文档分组时),6:按相关度升序,7:按相关度降序
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue