mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
✨ 反链面板
This commit is contained in:
parent
f6411dba9a
commit
b238a5de41
3 changed files with 12 additions and 23 deletions
|
|
@ -49,9 +49,9 @@ func getBacklinkDoc(c *gin.Context) {
|
|||
|
||||
defID := arg["defID"].(string)
|
||||
refTreeID := arg["refTreeID"].(string)
|
||||
blocks := model.GetBacklinkDoc(defID, refTreeID)
|
||||
doms := model.GetBacklinkDoc(defID, refTreeID)
|
||||
ret.Data = map[string]interface{}{
|
||||
"blocks": blocks,
|
||||
"doms": doms,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue