feat: able to set home page link
This commit is contained in:
@@ -11,6 +11,7 @@ var Version = "v0.0.0"
|
||||
var SystemName = "消息推送服务"
|
||||
var ServerAddress = "http://localhost:3000"
|
||||
var Footer = ""
|
||||
var HomePageLink = ""
|
||||
var MessageCount = 0 // Non critical value, no need to use atomic
|
||||
var UserCount = 0 // Non critical value, no need to use atomic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user