🔥 Sync 2026-06-03 00:25:41

This commit is contained in:
github-actions[bot] 2026-06-03 00:25:41 +08:00
parent bc75868dc2
commit f42f886006
2 changed files with 7 additions and 6 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-passwall
PKG_VERSION:=26.6.2
PKG_RELEASE:=147
PKG_RELEASE:=148
PKG_PO_VERSION:=$(PKG_VERSION)
PKG_CONFIG_DEPENDS:= \
@ -134,7 +134,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Simple_Obfs
config PACKAGE_$(PKG_NAME)_INCLUDE_SingBox
bool "Include Sing-Box"
select PACKAGE_sing-box
default y if aarch64||i386||x86_64
default y
config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_Geodata
bool "Include V2ray_Geodata"
@ -148,7 +148,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_Plugin
config PACKAGE_$(PKG_NAME)_INCLUDE_Xray
bool "Include Xray"
default y
default y if aarch64||i386||x86_64
config PACKAGE_$(PKG_NAME)_INCLUDE_Xray_Plugin
bool "Include Xray-Plugin (Shadowsocks Plugin)"

View File

@ -1889,11 +1889,12 @@ input[type="checkbox"]:checked::after {
--switch-check-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path d='M1.6 4.1 3.1 5.6 6.4 2.4' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/></svg>");
content: "";
position: absolute;
top: 10px;
left: 28px;
top: 50%;
left: 32px;
width: 10px;
height: 10px;
background: var(--primary);
transform: translate(-50%, -50%);
-webkit-mask: var(--switch-check-icon) center/contain no-repeat;
mask: var(--switch-check-icon) center/contain no-repeat;
}
@ -4852,4 +4853,4 @@ body[data-page^="admin-services-dockerman"] #view a[href*="/dockerman/"] strong[
body[data-page^="admin-services-dockerman"] #view a[href*="/dockerman/"] strong[style*="color: #28a745"] {
color: var(--success-color-high) !important;
}
}