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); +}