From 3d21d0fb1a7ae66e1e05a006b439e74974a1b339 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Thu, 1 May 2025 14:19:00 +0800 Subject: [PATCH] update 2025-05-01 14:19:00 --- luci-app-passwall/Makefile | 2 +- .../view/passwall/node_list/link_add_node.htm | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index fcd76021b..7614bc22d 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:=25.5.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \ diff --git a/luci-app-passwall/luasrc/view/passwall/node_list/link_add_node.htm b/luci-app-passwall/luasrc/view/passwall/node_list/link_add_node.htm index f86b38892..c8fdd3c04 100644 --- a/luci-app-passwall/luasrc/view/passwall/node_list/link_add_node.htm +++ b/luci-app-passwall/luasrc/view/passwall/node_list/link_add_node.htm @@ -4,9 +4,20 @@ local api = require "luci.passwall.api"