From b2676a2dd4f122cd995d5db8047737678a4e5aaf Mon Sep 17 00:00:00 2001 From: Pdboy Sir <63764630+sirpdboy@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:56:00 +0800 Subject: [PATCH] up kucat 2.4.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复桌面壁纸无法满屏的问题 --- Makefile | 4 ++-- htdocs/luci-static/kucat/css/style.css | 1 - luasrc/view/themes/kucat/header.htm | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d544f94..484e8d2 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/htdocs/luci-static/kucat/css/style.css b/htdocs/luci-static/kucat/css/style.css index 9305eca..34a7fcf 100644 --- a/htdocs/luci-static/kucat/css/style.css +++ b/htdocs/luci-static/kucat/css/style.css @@ -211,7 +211,6 @@ body { -moz-background-size: cover; -o-background-size: cover; background-size: cover; - background: fixed; background-repeat: no-repeat; } body div { diff --git a/luasrc/view/themes/kucat/header.htm b/luasrc/view/themes/kucat/header.htm index 8df8a58..f68b925 100644 --- a/luasrc/view/themes/kucat/header.htm +++ b/luasrc/view/themes/kucat/header.htm @@ -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 -%>