From 613eaa5c7e2bf24283497a0b1f4717c560e24b8c Mon Sep 17 00:00:00 2001 From: action Date: Fri, 17 Jul 2026 01:09:25 +0800 Subject: [PATCH] update 2026-07-17 01:09:25 --- ddns-go/Makefile | 4 +- luci-app-passwall/Makefile | 2 +- .../view/shadowsocksr/clash_main_panel.htm | 141 ++++++++++++++---- .../luasrc/view/shadowsocksr/server_list.htm | 60 +++++++- .../luasrc/view/shadowsocksr/server_table.htm | 91 +++++++++-- .../shadowsocksr/subscribe_actions_footer.htm | 40 ++++- .../subscribe_enabled_autosave.htm | 32 +++- tuic-client/Makefile | 4 +- v2ray-geodata/Makefile | 4 +- 9 files changed, 318 insertions(+), 60 deletions(-) diff --git a/ddns-go/Makefile b/ddns-go/Makefile index 456a2a3a..79ba95f4 100644 --- a/ddns-go/Makefile +++ b/ddns-go/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-go -PKG_VERSION:=6.17.1 +PKG_VERSION:=6.17.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/jeessy2/ddns-go/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=05ae7ef07241113ee2cd861be530524f06856fc7368b84846db5137a477277ea +PKG_HASH:=dcf9b5795c6e546c2d7d9fa0cccdb57589440273ee606dac8a0bbc8f6be54afb PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index f4548ac6..04a10898 100644 --- a/luci-app-passwall/Makefile +++ b/luci-app-passwall/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall -PKG_VERSION:=26.7.15 +PKG_VERSION:=26.7.16 PKG_RELEASE:=1 PKG_PO_VERSION:=$(PKG_VERSION) diff --git a/luci-app-ssr-plus/luasrc/view/shadowsocksr/clash_main_panel.htm b/luci-app-ssr-plus/luasrc/view/shadowsocksr/clash_main_panel.htm index 724fbe0b..9a0f8458 100644 --- a/luci-app-ssr-plus/luasrc/view/shadowsocksr/clash_main_panel.htm +++ b/luci-app-ssr-plus/luasrc/view/shadowsocksr/clash_main_panel.htm @@ -228,12 +228,24 @@ local current_sid = self.map:get(section, "global_server") or "nil" filter: brightness(1.08); } - @media (max-width: 700px) { + /* 手机端优化 */ + #ssr-clash-main-buttons { + display: flex; + flex-wrap: wrap; + align-items: center; + gap: 8px; + padding: 6px 0; + } + + @media (max-width: 900px) { #ssr-clash-modal { + top: 8px; + left: 8px; width: calc(100vw - 16px); max-height: calc(100vh - 24px); min-height: min(420px, calc(100vh - 24px)); padding: 10px 12px 12px; + transform: none; } #ssr-clash-modal-header { @@ -249,21 +261,85 @@ local current_sid = self.map:get(section, "global_server") or "nil" width: 100%; justify-content: flex-start; margin-left: 0; + flex-wrap: wrap; + gap: 8px; } #ssr-clash-modal-header #ssr-clash-rules-add { margin-left: 0; } + + #ssr-clash-modal-actions .btn, + #ssr-clash-main-buttons .btn { + flex: 1 1 0; + margin: 0 0; + } } - - - +
+ + + +
diff --git a/luci-app-ssr-plus/luasrc/view/shadowsocksr/subscribe_actions_footer.htm b/luci-app-ssr-plus/luasrc/view/shadowsocksr/subscribe_actions_footer.htm index 820c05d3..d2ffde75 100644 --- a/luci-app-ssr-plus/luasrc/view/shadowsocksr/subscribe_actions_footer.htm +++ b/luci-app-ssr-plus/luasrc/view/shadowsocksr/subscribe_actions_footer.htm @@ -20,6 +20,36 @@ local function width(o) end -%>