Browse Source

:art: 改进删除闪卡

Liang Ding 2 years ago
parent
commit
35eb861256
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kernel/api/riff.go

+ 1 - 0
kernel/api/riff.go

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