mirror of
https://github.com/sirpdboy/luci-theme-kucat.git
synced 2025-01-07 03:16:57 +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)
|
||||
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
|
||||
|
@ -211,7 +211,6 @@ body {
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
background: fixed;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
body div {
|
||||
|
@ -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
|
||||
-%>
|
||||
|
Loading…
Reference in New Issue
Block a user