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

Function GetDefaultAvatar

conf/enumerate.go:98–100  ·  view source on GitHub ↗

获取默认头像

()

Source from the content-addressed store, hash-verified

96
97//获取默认头像
98func GetDefaultAvatar() string {
99 return beego.AppConfig.DefaultString("avatar", "/static/images/headimgurl.jpg")
100}
101
102//获取阅读令牌长度.
103func GetTokenSize() int {

Callers 4

BindMethod · 0.92
CreateMemberMethod · 0.92
LoginBindWechatMethod · 0.92
RegisterMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected