mirror of
https://github.com/sirpdboy/luci-theme-kucat.git
synced 2025-01-07 03:16:57 +08:00
up kucat 1.4.6
This commit is contained in:
parent
0b878daca7
commit
a4c082e548
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 9.4 KiB |
1
htdocs/luci-static/kucat/img/logoword
Normal file
1
htdocs/luci-static/kucat/img/logoword
Normal file
@ -0,0 +1 @@
|
||||
做事先做人,请尊重他人劳动成果与心血付出,是为人的基本准则!
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user