mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
📝 闪卡支持设置是否启用标记制卡 https://github.com/siyuan-note/siyuan/issues/7794
This commit is contained in:
parent
3da72d4052
commit
786aa9ea2d
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ export const flashcard = {
|
|||
fetchPost("/api/setting/setFlashcard", {
|
||||
newCardLimit: parseInt((flashcard.element.querySelector("#newCardLimit") as HTMLInputElement).value),
|
||||
reviewCardLimit: parseInt((flashcard.element.querySelector("#reviewCardLimit") as HTMLInputElement).value),
|
||||
mark: (flashcard.element.querySelector("#mark") as HTMLInputElement).checked,
|
||||
list: (flashcard.element.querySelector("#list") as HTMLInputElement).checked,
|
||||
superBlock: (flashcard.element.querySelector("#superBlock") as HTMLInputElement).checked,
|
||||
deck: (flashcard.element.querySelector("#deck") as HTMLInputElement).checked,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue