mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
✨ 反链面板
This commit is contained in:
parent
cb9241eedc
commit
667e0d3f74
2 changed files with 13 additions and 5 deletions
|
|
@ -49,9 +49,9 @@ func getBacklinkDoc(c *gin.Context) {
|
|||
|
||||
defID := arg["defID"].(string)
|
||||
refTreeID := arg["refTreeID"].(string)
|
||||
doms := model.GetBacklinkDoc(defID, refTreeID)
|
||||
backlinks := model.GetBacklinkDoc(defID, refTreeID)
|
||||
ret.Data = map[string]interface{}{
|
||||
"doms": doms,
|
||||
"backlinks": backlinks,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue