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

Function GetDefaultCover

conf/enumerate.go:108–110  ·  view source on GitHub ↗

获取默认文档封面.

()

Source from the content-addressed store, hash-verified

106
107//获取默认文档封面.
108func GetDefaultCover() string {
109 return beego.AppConfig.DefaultString("cover", "/static/images/book.jpg")
110}
111
112//获取允许的商城文件的类型.
113func GetUploadFileExt() []string {

Callers 3

UploadCoverMethod · 0.92
CreateMethod · 0.92
initializationFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected