From 83efdc6258d117f300afd097ea294f8719cac7cd Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 11 Dec 2023 21:53:56 +0800 Subject: [PATCH] replace statifile cdn with bytedance cdn --- README.md | 2 +- resource/template/common/footer.html | 6 +++--- resource/template/common/header.html | 4 ++-- resource/template/dashboard-default/server.html | 2 +- resource/template/dashboard-default/terminal.html | 8 ++++---- resource/template/theme-angel-kanade/footer.html | 6 +++--- resource/template/theme-angel-kanade/header.html | 6 +++--- resource/template/theme-angel-kanade/home.html | 2 +- resource/template/theme-daynight/home.html | 8 ++++---- resource/template/theme-daynight/service.html | 6 +++--- resource/template/theme-hotaru/home.html | 10 +++++----- resource/template/theme-mdui/home.html | 10 +++++----- resource/template/theme-mdui/service.html | 8 ++++---- resource/template/theme-mdui/viewpassword.html | 6 +++--- resource/template/theme-server-status/header.html | 6 +++--- script/install.sh | 2 +- script/install_en.sh | 2 +- 17 files changed, 47 insertions(+), 47 deletions(-) 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 熊大 .

-GitHub release (with filter)    +GitHub release (with filter)   

: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'