mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🎨 Upgrade flashcard algorithm to FSRSv4 Fix https://github.com/siyuan-note/siyuan/issues/8843
Rating 相关问题 https://github.com/siyuan-note/riff/issues/2
This commit is contained in:
parent
fb9856f073
commit
36fe9e116e
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ export const bindCardEvent = (options: {
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (["0", "1", "2", "3", "-3"].includes(type) && actionElements[0].classList.contains("fn__none")) {
|
if (["1", "2", "3", "4", "-3"].includes(type) && actionElements[0].classList.contains("fn__none")) {
|
||||||
fetchPost(type === "-3" ? "/api/riff/skipReviewRiffCard" : "/api/riff/reviewRiffCard", {
|
fetchPost(type === "-3" ? "/api/riff/skipReviewRiffCard" : "/api/riff/reviewRiffCard", {
|
||||||
deckID: options.blocks[index].deckID,
|
deckID: options.blocks[index].deckID,
|
||||||
cardID: options.blocks[index].cardID,
|
cardID: options.blocks[index].cardID,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue