up kucat 2.4.9

修复桌面壁纸无法满屏的问题
This commit is contained in:
Pdboy Sir 2025-01-01 15:56:00 +08:00 committed by GitHub
parent eab3147ac2
commit b2676a2dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View File

@ -10,8 +10,8 @@ THEME_TITLE:=Kucat Theme
PKG_NAME:=luci-theme-$(THEME_NAME)
LUCI_TITLE:=Kucat Theme by sirpdboy
LUCI_DEPENDS:=
PKG_VERSION:=2.4.8
PKG_RELEASE:=202401222
PKG_VERSION:=2.4.9
PKG_RELEASE:=20250101
define Package/luci-theme-$(THEME_NAME)/postinst
#!/bin/sh

View File

@ -211,7 +211,6 @@ body {
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background: fixed;
background-repeat: no-repeat;
}
body div {

View File

@ -138,7 +138,7 @@
showword = sys.exec("/usr/libexec/kucat/kucat_word")
end
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 .. ")"
end
-%>