From 18736cc0c3d582191b0fe9d1d63fef8409e59f6f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 21 Mar 2023 19:21:05 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=97=AA=E5=8D=A1=E4=BD=BF=E7=94=A8=E5=8D=A1=E5=8C=85=E5=88=B6?= =?UTF-8?q?=E5=8D=A1=20https://github.com/siyuan-note/siyuan/issues/7724?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/conf/flashcard.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/conf/flashcard.go b/kernel/conf/flashcard.go index 3788802ef..49eed7124 100644 --- a/kernel/conf/flashcard.go +++ b/kernel/conf/flashcard.go @@ -21,6 +21,7 @@ type Flashcard struct { DailyReviewCardLimit int `json:"dailyReviewCardLimit"` // 每日复习卡上限 https://github.com/siyuan-note/siyuan/issues/7703 List bool `json:"list"` // 是否启用列表块制卡 https://github.com/siyuan-note/siyuan/issues/7701 SuperBlock bool `json:"superBlock"` // 是否启用超级块制卡 https://github.com/siyuan-note/siyuan/issues/7702 + Deck bool `json:"deck"` // 是否启用卡包制卡 https://github.com/siyuan-note/siyuan/issues/7724 } func NewFlashcard() *Flashcard {