MCPcopy Index your code
hub / github.com/TruthHun/BookStack / FriendLink

Method FriendLink

controllers/ManagerController.go:1033–1038  ·  view source on GitHub ↗

友情链接

()

Source from the content-addressed store, hash-verified

1031
1032// 友情链接
1033func (this *ManagerController) FriendLink() {
1034 this.Data["SeoTitle"] = "友链管理"
1035 this.Data["Links"] = new(models.FriendLink).GetList(true)
1036 this.Data["IsFriendlink"] = true
1037 this.TplName = "manager/friendlink.html"
1038}
1039
1040// 添加友链
1041func (this *ManagerController) AddFriendlink() {

Callers

nothing calls this directly

Calls 1

GetListMethod · 0.80

Tested by

no test coverage detected