MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Note

Method Note

controllers/AcountController.go:594–603  ·  view source on GitHub ↗

记录笔记

()

Source from the content-addressed store, hash-verified

592
593//记录笔记
594func (this *AccountController) Note() {
595 docid, _ := this.GetInt("doc_id")
596 fmt.Println(docid)
597 if strings.ToLower(this.Ctx.Request.Method) == "post" {
598
599 } else {
600 this.Data["SeoTitle"] = "笔记"
601 this.TplName = "account/note.html"
602 }
603}

Callers 2

readFootnoteElementFunction · 0.80
readFootnoteElementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected