mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-11 01:34:20 +01:00
🎨 Improve the initialization interface to select the workspace cloud disk path prompt Fix https://github.com/siyuan-note/siyuan/issues/7975
This commit is contained in:
parent
e9f3bdc476
commit
099b784ea0
2 changed files with 7 additions and 3 deletions
|
|
@ -818,6 +818,12 @@ func getDeckDueCards(deck *riff.Deck, reviewedCardIDs, blockIDs []string) (ret [
|
|||
}
|
||||
dues = tmp
|
||||
|
||||
if 1 > len(reviewedCardIDs) {
|
||||
// 未传入已复习的卡片 ID,说明是开始新的复习,需要清空缓存
|
||||
reviewCardCache = map[string]riff.Card{}
|
||||
skipCardCache = map[string]riff.Card{}
|
||||
}
|
||||
|
||||
newCount := 0
|
||||
reviewCount := 0
|
||||
for _, c := range dues {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue