mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
dd5d8e569e
commit
54be717b9c
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ func getRiffDecks(c *gin.Context) {
|
||||||
data = append(data, map[string]interface{}{
|
data = append(data, map[string]interface{}{
|
||||||
"id": deck.ID,
|
"id": deck.ID,
|
||||||
"name": deck.Name,
|
"name": deck.Name,
|
||||||
|
"size": len(deck.BlockCard),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if 1 > len(data) {
|
if 1 > len(data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue