From a1c990abb049f40651115852dbbcc980828368bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Aug 2026 03:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8B=20Sync=202026-08-23=2003:27:51?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-app-passwall/Makefile | 2 +- .../luasrc/view/passwall/global/status_bottom.htm | 1 - luci-app-passwall2/Makefile | 2 +- .../luasrc/view/passwall2/global/status_bottom.htm | 5 +++++ luci-app-ssr-plus/Makefile | 2 +- luci-app-ssr-plus/luasrc/view/shadowsocksr/status_bottom.htm | 5 +++++ 6 files changed, 13 insertions(+), 4 deletions(-) diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index b7fcef90..7140eaaa 100644 --- a/luci-app-passwall/Makefile +++ b/luci-app-passwall/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall PKG_VERSION:=26.8.19 -PKG_RELEASE:=235 +PKG_RELEASE:=236 PKG_PO_VERSION:=$(PKG_VERSION) PKG_CONFIG_DEPENDS:= \ diff --git a/luci-app-passwall/luasrc/view/passwall/global/status_bottom.htm b/luci-app-passwall/luasrc/view/passwall/global/status_bottom.htm index a311e229..ec85a75d 100644 --- a/luci-app-passwall/luasrc/view/passwall/global/status_bottom.htm +++ b/luci-app-passwall/luasrc/view/passwall/global/status_bottom.htm @@ -128,4 +128,3 @@ window.addEventListener('resize', resize); if (mainContent && window.getComputedStyle(mainContent).getPropertyValue("contain")=== "paint") { document.body.appendChild(statusBar); } - diff --git a/luci-app-passwall2/Makefile b/luci-app-passwall2/Makefile index 1c2eb51e..6d111cc0 100644 --- a/luci-app-passwall2/Makefile +++ b/luci-app-passwall2/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall2 PKG_VERSION:=26.8.20 -PKG_RELEASE:=95 +PKG_RELEASE:=96 PKG_PO_VERSION:=$(PKG_VERSION) PKG_CONFIG_DEPENDS:= \ diff --git a/luci-app-passwall2/luasrc/view/passwall2/global/status_bottom.htm b/luci-app-passwall2/luasrc/view/passwall2/global/status_bottom.htm index 78c3cd3f..11fe87d1 100644 --- a/luci-app-passwall2/luasrc/view/passwall2/global/status_bottom.htm +++ b/luci-app-passwall2/luasrc/view/passwall2/global/status_bottom.htm @@ -126,3 +126,8 @@ document.addEventListener('DOMContentLoaded', function() { }) .catch(error => console.error('Error:', error)); }); + +window.addEventListener('resize', resize); +if (mainContent && window.getComputedStyle(mainContent).getPropertyValue("contain")=== "paint") { +document.body.appendChild(statusBar); +} diff --git a/luci-app-ssr-plus/Makefile b/luci-app-ssr-plus/Makefile index 93d80cdc..bcfb2d43 100644 --- a/luci-app-ssr-plus/Makefile +++ b/luci-app-ssr-plus/Makefile @@ -4,7 +4,7 @@ LUCI_TITLE:=luci-app-ssr-plus LUCI_PKGARCH:=all PKG_NAME:=luci-app-ssr-plus PKG_VERSION:=196 -PKG_RELEASE:=62 +PKG_RELEASE:=63 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \ diff --git a/luci-app-ssr-plus/luasrc/view/shadowsocksr/status_bottom.htm b/luci-app-ssr-plus/luasrc/view/shadowsocksr/status_bottom.htm index cd56260a..b928c609 100644 --- a/luci-app-ssr-plus/luasrc/view/shadowsocksr/status_bottom.htm +++ b/luci-app-ssr-plus/luasrc/view/shadowsocksr/status_bottom.htm @@ -126,3 +126,8 @@ document.addEventListener('DOMContentLoaded', function() { }) .catch(error => console.error('Error:', error)); }); + +window.addEventListener('resize', resize); +if (mainContent && window.getComputedStyle(mainContent).getPropertyValue("contain")=== "paint") { +document.body.appendChild(statusBar); +}