From 5f140f1d0461cf808feaedaf8670239703ab1ba5 Mon Sep 17 00:00:00 2001 From: naiba Date: Fri, 6 Aug 2021 10:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=86=8A=E5=A4=A7=E7=BB=99=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E8=89=B2=E5=BB=BA=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: xiongbao <4247191+xiongbao@users.noreply.github.com> --- README.md | 2 +- resource/static/main.css | 11 ++++++++++- resource/template/common/header.html | 2 +- resource/template/common/menu.html | 2 +- resource/template/dashboard/error.html | 2 +- resource/template/dashboard/login.html | 4 ++-- resource/template/theme-default/home.html | 2 +- resource/template/theme-default/viewpassword.html | 2 +- resource/template/theme-hotaru/home.html | 2 +- resource/template/theme-hotaru/viewpassword.html | 2 +- service/dao/dao.go | 2 +- 11 files changed, 21 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 25b6663..53f4703 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
LOGO designed by 熊大 .

-    +   

:trollface: 哪吒监控 一站式轻监控轻运维系统。支持系统状态、HTTP(SSL 证书变更、即将到期、到期)、TCP、Ping 监控报警,命令批量执行和计划任务。

diff --git a/resource/static/main.css b/resource/static/main.css index 2e3f95a..fe22e2b 100644 --- a/resource/static/main.css +++ b/resource/static/main.css @@ -98,9 +98,18 @@ } .service-status .good { - background-color: rgb(0, 235, 139) !important; + background-color: rgb(10, 148, 242) !important; } .service-status .warning { background-color: orange !important; } + +.nezha-primary-btn { + background-color: #0338d6 !important; + color: white !important; +} + +.nezha-primary-font { + color: #0338d6 !important; +} \ No newline at end of file diff --git a/resource/template/common/header.html b/resource/template/common/header.html index 3144c23..f009dc0 100644 --- a/resource/template/common/header.html +++ b/resource/template/common/header.html @@ -9,7 +9,7 @@ {{.Title}} - + diff --git a/resource/template/common/menu.html b/resource/template/common/menu.html index 6a2564d..35863a9 100644 --- a/resource/template/common/menu.html +++ b/resource/template/common/menu.html @@ -40,7 +40,7 @@ {{else}} - 登录 + 登录 {{end}} diff --git a/resource/template/dashboard/error.html b/resource/template/dashboard/error.html index 72c4fb6..e12cff1 100644 --- a/resource/template/dashboard/error.html +++ b/resource/template/dashboard/error.html @@ -3,7 +3,7 @@
-

+

访问受限 diff --git a/resource/template/dashboard/login.html b/resource/template/dashboard/login.html index b950af5..0fd5d17 100644 --- a/resource/template/dashboard/login.html +++ b/resource/template/dashboard/login.html @@ -3,13 +3,13 @@