mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 13:28:48 +01:00
This commit is contained in:
parent
7ebce7e3b6
commit
247478fec6
1 changed files with 2 additions and 1 deletions
|
|
@ -195,7 +195,8 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
|
|||
fetchPost(type === "-3" ? "/api/riff/skipReviewRiffCard" : "/api/riff/reviewRiffCard", {
|
||||
deckID: blocks[index].deckID,
|
||||
cardID: blocks[index].cardID,
|
||||
rating: parseInt(type)
|
||||
rating: parseInt(type),
|
||||
reviewedCardIDs: blocks
|
||||
}, () => {
|
||||
/// #if MOBILE
|
||||
if (type !== "-3" &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue