Liang Ding 2023-03-22 10:41:43 +08:00
parent 97b424603c
commit f90b6682fc
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 63 additions and 12 deletions

View file

@ -30,5 +30,6 @@ func NewFlashcard() *Flashcard {
DailyReviewCardLimit: 200,
List: true,
SuperBlock: true,
Deck: false,
}
}