🎨 Cards expired need appear in the same review round https://github.com/siyuan-note/siyuan/issues/10130

This commit is contained in:
Daniel 2024-01-09 20:38:00 +08:00
parent 71fbfb1acd
commit d13ad8cdb1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1040,8 +1040,6 @@ 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++