up kucat 1.4.6

This commit is contained in:
SirPdboy 2023-12-14 21:44:48 +08:00 committed by GitHub
parent 0b878daca7
commit a4c082e548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -0,0 +1 @@
做事先做人,请尊重他人劳动成果与心血付出,是为人的基本准则!

View File

@ -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()