Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-01-06 17:16:51 +08:00
commit 013b06dcce

View file

@ -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++