📝 闪卡支持设置是否启用标记制卡 https://github.com/siyuan-note/siyuan/issues/7794

This commit is contained in:
Liang Ding 2023-03-28 10:12:49 +08:00
parent ca397b09cb
commit 3da72d4052
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 9 additions and 0 deletions

View file

@ -397,6 +397,7 @@ declare interface IConfig {
flashcard: {
newCardLimit: number
reviewCardLimit: number
mark: boolean
list: boolean
superBlock: boolean
deck: boolean