diff --git a/README.md b/README.md index 3656144..8b46045 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
LOGO designed by 熊大 .

-    +   

:trollface: Nezha Monitoring: Self-hostable, lightweight, servers and websites monitoring and O&M tool.

diff --git a/resource/template/theme-server-status/home.html b/resource/template/theme-server-status/home.html index fabca1a..b5da7de 100644 --- a/resource/template/theme-server-status/home.html +++ b/resource/template/theme-server-status/home.html @@ -73,7 +73,11 @@ {{tr "Platform"}}: @#node.host.Platform#@ - + + {{tr "Location"}}: + + + CPU: @#node.host.CPU.join(",")#@ diff --git a/service/singleton/singleton.go b/service/singleton/singleton.go index 35edb0d..2e52f7d 100644 --- a/service/singleton/singleton.go +++ b/service/singleton/singleton.go @@ -12,7 +12,7 @@ import ( "github.com/naiba/nezha/pkg/utils" ) -var Version = "v0.15.12" // !!记得修改 README 中的 badge 版本!! +var Version = "v0.15.13" // !!记得修改 README 中的 badge 版本!! var ( Conf *model.Config