mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-11 01:34:20 +01:00
This commit is contained in:
parent
6a6fdce3dd
commit
265e93dc51
7 changed files with 54 additions and 9 deletions
5
app/src/types/index.d.ts
vendored
5
app/src/types/index.d.ts
vendored
|
|
@ -218,7 +218,10 @@ interface ICard {
|
|||
cardID: string
|
||||
blockID: string
|
||||
nextDues: IObject
|
||||
state: number // 0:新卡
|
||||
lapses: number // 遗忘次数
|
||||
lastReview: number // 最后复习时间
|
||||
reps: number // 复习次数
|
||||
state: number // 卡片状态 0:新卡
|
||||
}
|
||||
|
||||
interface ICardData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue