diff --git a/README.md b/README.md
index 592a7c7..1fcd215 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/common/footer.html b/resource/template/common/footer.html index cd733ef..a9a7088 100644 --- a/resource/template/common/footer.html +++ b/resource/template/common/footer.html @@ -6,10 +6,10 @@ {{.Version}} - - + + - + + - - + + + - + + - + + + {{if ts .CustomCode}} {{.CustomCode|safe}} @@ -165,8 +165,8 @@ - - + + + + + {{if ts .CustomCode}} {{.CustomCode|safe}} diff --git a/resource/template/theme-hotaru/home.html b/resource/template/theme-hotaru/home.html index 1f6f9ca..2e2439b 100644 --- a/resource/template/theme-hotaru/home.html +++ b/resource/template/theme-hotaru/home.html @@ -14,8 +14,8 @@ - - + + @@ -141,10 +141,10 @@ {{tr "AdminPanel"}} - - + + - + - - - + + + - - - + + + - + + - + diff --git a/script/install.sh b/script/install.sh index ef10e2e..2b74f7e 100755 --- a/script/install.sh +++ b/script/install.sh @@ -14,7 +14,7 @@ NZ_AGENT_SERVICE="/etc/systemd/system/nezha-agent.service" NZ_AGENT_SERVICERC="/etc/init.d/nezha-agent" NZ_DASHBOARD_SERVICE="/etc/systemd/system/nezha-dashboard.service" NZ_DASHBOARD_SERVICERC="/etc/init.d/nezha-dashboard" -NZ_VERSION="v0.15.3" +NZ_VERSION="v0.15.4" red='\033[0;31m' green='\033[0;32m' diff --git a/script/install_en.sh b/script/install_en.sh index 68ce5a7..8aa707d 100755 --- a/script/install_en.sh +++ b/script/install_en.sh @@ -14,7 +14,7 @@ NZ_AGENT_SERVICE="/etc/systemd/system/nezha-agent.service" NZ_AGENT_SERVICERC="/etc/init.d/nezha-agent" NZ_DASHBOARD_SERVICE="/etc/systemd/system/nezha-dashboard.service" NZ_DASHBOARD_SERVICERC="/etc/init.d/nezha-dashboard" -NZ_VERSION="v0.15.3" +NZ_VERSION="v0.15.4" red='\033[0;31m' green='\033[0;32m'