mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
🎨 支持配置闪卡使用卡包制卡 https://github.com/siyuan-note/siyuan/issues/7724
This commit is contained in:
parent
7be3fb14ce
commit
18736cc0c3
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue