mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 02:40:15 +01:00
Show card NextDue to the flashcard management UI (#9621)
* Show RiffCard NextDue to the UI * Show RiffCard NextDue to the UI * Show card NextDue to the flashcard management UI
This commit is contained in:
parent
432634beea
commit
48c354e7de
9 changed files with 30 additions and 5 deletions
7
app/src/types/index.d.ts
vendored
7
app/src/types/index.d.ts
vendored
|
|
@ -903,7 +903,7 @@ interface IBlockTree {
|
|||
}
|
||||
|
||||
interface IBlock {
|
||||
riffCardReps?: number // 闪卡复习次数
|
||||
riffCard?: IRiffCard,
|
||||
depth?: number,
|
||||
box?: string;
|
||||
path?: string;
|
||||
|
|
@ -925,6 +925,11 @@ interface IBlock {
|
|||
ial: IObject
|
||||
}
|
||||
|
||||
interface IRiffCard {
|
||||
due?: string;
|
||||
reps?: number; // 闪卡复习次数
|
||||
}
|
||||
|
||||
interface IModels {
|
||||
editor: import("../editor").Editor [],
|
||||
graph: import("../layout/dock/Graph").Graph[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue