diff --git a/htdocs/luci-static/kucat/img/favicon.ico b/htdocs/luci-static/kucat/img/favicon.ico index c995211..1ebc4de 100644 Binary files a/htdocs/luci-static/kucat/img/favicon.ico and b/htdocs/luci-static/kucat/img/favicon.ico differ diff --git a/htdocs/luci-static/kucat/img/logoword b/htdocs/luci-static/kucat/img/logoword new file mode 100644 index 0000000..693e541 --- /dev/null +++ b/htdocs/luci-static/kucat/img/logoword @@ -0,0 +1 @@ +做事先做人,请尊重他人劳动成果与心血付出,是为人的基本准则! \ No newline at end of file diff --git a/luasrc/view/themes/kucat/header.htm b/luasrc/view/themes/kucat/header.htm index c83aa93..2f3cdd3 100644 --- a/luasrc/view/themes/kucat/header.htm +++ b/luasrc/view/themes/kucat/header.htm @@ -209,10 +209,10 @@ local mode = 'light' local home = "overview" local user = "admin" - + local setbar = "1" + local bgqs = '1' local showword = "" local ssr = "" - local setbar = "1" local gohome = bar .. "status/" ..home local gouser = bar .. "system/" ..user local gossr = bar .. "services/" ..ssr @@ -220,7 +220,6 @@ local fontd = '1.2rem' local fontz = '0.92rem' local fontx = '0.875rem' - local bgqs = '1' local primary_rgbbody = '248,248,248' local primary_rgbm = '45,102,147' local primary_rgbm_ts = '0.8' @@ -339,6 +338,9 @@ function downIcibaword() if fs.access('/www/luci-static/kucat/img/showword') then showword = sys.exec("cat /www/luci-static/kucat/img/showword") end + if showword == '' then + showword = sys.exec("cat /etc/luci-static/kucat/img/pdshowword") + end end function downbirdUrl()