feat: show new message count & new user count in home page

This commit is contained in:
JustSong
2023-04-19 15:22:57 +08:00
parent 28f064eedf
commit f5977581d3
5 changed files with 23 additions and 1 deletions
+2
View File
@@ -11,6 +11,8 @@ var Version = "v0.0.0"
var SystemName = "消息推送服务"
var ServerAddress = "http://localhost:3000"
var Footer = ""
var MessageCount = 0 // Non critical value, no need to use atomic
var UserCount = 0 // Non critical value, no need to use atomic
// Any options with "Secret", "Token" in its key won't be return by GetOptions