Forráskód Böngészése

:art: Cards expired no longer appear in the same review round https://github.com/siyuan-note/siyuan/issues/10087

Daniel 1 éve
szülő
commit
bf4ba7191e
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      kernel/model/flashcard.go

+ 2 - 0
kernel/model/flashcard.go

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