mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 14:04:06 +01:00
📝 闪卡支持设置是否启用标记制卡 https://github.com/siyuan-note/siyuan/issues/7794
This commit is contained in:
parent
ca397b09cb
commit
3da72d4052
2 changed files with 9 additions and 0 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -397,6 +397,7 @@ declare interface IConfig {
|
|||
flashcard: {
|
||||
newCardLimit: number
|
||||
reviewCardLimit: number
|
||||
mark: boolean
|
||||
list: boolean
|
||||
superBlock: boolean
|
||||
deck: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue