@ -38,6 +38,8 @@ var (
JWT *ownJwt
// UserAgent ...
UserAgent *userAgent
// Console 控制台输出数据
Console *console
)
func init() {
@ -58,4 +60,5 @@ func init() {
UserAgent = &userAgent{
list: defaultUserAgentList,
}
Console = &console{}
The note is not visible to the blocked user.