redesign Dashboard

This commit is contained in:
0xJacky 2022-02-23 11:22:50 +08:00
parent d50bb154f1
commit 46e86d2a3d
17 changed files with 834 additions and 167 deletions

View file

@ -36,7 +36,7 @@ func main() {
if "" != settings.ServerSettings.JwtSecret {
model.Init()
go tool.AutoCert()
go tool.RecordCpuUsage()
go tool.RecordServerAnalytic()
}
srv := &http.Server{