🎨 改进删除闪卡

This commit is contained in:
Liang Ding 2023-02-25 13:41:51 +08:00
parent 89fb0664f1
commit 3f88597b7d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 9 additions and 9 deletions

View file

@ -176,7 +176,6 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
fetchPost("/api/riff/reviewRiffCard", {
deckID: blocks[index].deckID,
cardID: blocks[index].cardID,
blockID: blocks[index].blockID,
rating: parseInt(type)
}, () => {
index++;