mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Cards expired no longer appear in the same review round https://github.com/siyuan-note/siyuan/issues/10087
This commit is contained in:
@@ -1040,6 +1040,8 @@ func getDeckDueCards(deck *riff.Deck, reviewedCardIDs, blockIDs []string, newCar
|
||||
unreviewedOldCardCountInRound++
|
||||
}
|
||||
}
|
||||
} else { // 已经复习过了 Cards expired no longer appear in the same review round https://github.com/siyuan-note/siyuan/issues/10087
|
||||
continue
|
||||
}
|
||||
} else {
|
||||
unreviewedCount++
|
||||
|
||||
Reference in New Issue
Block a user