Liang Ding 2023-03-22 10:41:43 +08:00
parent 049b780ae8
commit 67c8933419
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,
}
}