mirror of
https://github.com/sirpdboy/luci-theme-kucat.git
synced 2025-01-08 11:57:54 +08:00
up kucat 2.4.9
修复桌面壁纸无法满屏的问题
This commit is contained in:
parent
eab3147ac2
commit
b2676a2dd4
4
Makefile
4
Makefile
@ -10,8 +10,8 @@ THEME_TITLE:=Kucat Theme
|
|||||||
PKG_NAME:=luci-theme-$(THEME_NAME)
|
PKG_NAME:=luci-theme-$(THEME_NAME)
|
||||||
LUCI_TITLE:=Kucat Theme by sirpdboy
|
LUCI_TITLE:=Kucat Theme by sirpdboy
|
||||||
LUCI_DEPENDS:=
|
LUCI_DEPENDS:=
|
||||||
PKG_VERSION:=2.4.8
|
PKG_VERSION:=2.4.9
|
||||||
PKG_RELEASE:=202401222
|
PKG_RELEASE:=20250101
|
||||||
|
|
||||||
define Package/luci-theme-$(THEME_NAME)/postinst
|
define Package/luci-theme-$(THEME_NAME)/postinst
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
@ -211,7 +211,6 @@ body {
|
|||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background: fixed;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
body div {
|
body div {
|
||||||
|
@ -138,7 +138,7 @@
|
|||||||
showword = sys.exec("/usr/libexec/kucat/kucat_word")
|
showword = sys.exec("/usr/libexec/kucat/kucat_word")
|
||||||
end
|
end
|
||||||
if bkuse == '1' then
|
if bkuse == '1' then
|
||||||
bk_use='background-image:url('..bg_lock..')'
|
bk_use="background-image:url("..bg_lock..")"
|
||||||
loginbk_use = "background-image:url(" .. bg_url .. ")"
|
loginbk_use = "background-image:url(" .. bg_url .. ")"
|
||||||
end
|
end
|
||||||
-%>
|
-%>
|
||||||
|
Loading…
Reference in New Issue
Block a user