mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
📝 闪卡支持设置是否启用标记制卡 https://github.com/siyuan-note/siyuan/issues/7794
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user