Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
//获取默认头像
98
func
GetDefaultAvatar() string {
99
return
beego.AppConfig.DefaultString(
"avatar"
,
"/static/images/headimgurl.jpg"
)
100
}
101
102
//获取阅读令牌长度.
103
func
GetTokenSize() int {
Callers
4
Bind
Method · 0.92
CreateMember
Method · 0.92
LoginBindWechat
Method · 0.92
Register
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected