feat: add app version ui

This commit is contained in:
Simon Ding
2024-07-27 15:44:49 +08:00
parent 741a4024fd
commit cd4d600f5e
3 changed files with 12 additions and 4 deletions

View File

@@ -48,6 +48,6 @@ func (s *Server) About(c *gin.Context) (interface{}, error) {
"uptime": uptime.Uptime(),
"chat_group": "https://t.me/+8R2nzrlSs2JhMDgx",
"go_version": runtime.Version(),
"version": db.Version,
"version": db.Version,
}, nil
}