🎨 改进删除闪卡

This commit is contained in:
Liang Ding 2023-02-25 13:42:53 +08:00
parent 3f88597b7d
commit 35eb861256
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -151,6 +151,7 @@ func removeRiffCards(c *gin.Context) {
deck := model.Decks[deckID]
ret.Data = deckData(deck)
}
// All 卡包不返回数据
}
func addRiffCards(c *gin.Context) {