From 2b0cb2b8a79b34fc60424f3ea060a8e5f91be3f9 Mon Sep 17 00:00:00 2001 From: SunBK201 Date: Mon, 27 Oct 2025 18:23:08 +0800 Subject: [PATCH] chore: update description --- ipkg/CONTROL/control | 2 +- ipkg/CONTROL/control-e | 2 +- openwrt/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ipkg/CONTROL/control b/ipkg/CONTROL/control index 12b26c7..c149c9b 100644 --- a/ipkg/CONTROL/control +++ b/ipkg/CONTROL/control @@ -8,4 +8,4 @@ Section: net SourceDateEpoch: 1711267200 Architecture: all Installed-Size: 3563520 -Description: Implementation of the next generation of HTTP User-Agent modification methodology. +Description: Advanced HTTP User-Agent Rewriting Tool. diff --git a/ipkg/CONTROL/control-e b/ipkg/CONTROL/control-e index 9b71799..b20d47b 100644 --- a/ipkg/CONTROL/control-e +++ b/ipkg/CONTROL/control-e @@ -8,4 +8,4 @@ Section: net SourceDateEpoch: 1711267200 Architecture: all Installed-Size: 3696640 -Description: Implementation of the next generation of HTTP User-Agent modification methodology. +Description: Advanced HTTP User-Agent Rewriting Tool. diff --git a/openwrt/Makefile b/openwrt/Makefile index 5dea7e3..bb838ae 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -26,13 +26,13 @@ define Package/ua3f SECTION:=net CATEGORY:=Network SUBMENU:=Web Servers/Proxies - TITLE:=A SOCKS5 Server for Change User-Agent + TITLE:=A SOCKS5 Server for User-Agent Rewriting URL:=https://github.com/SunBK201/UA3F DEPENDS:=$(GO_ARCH_DEPENDS) +luci-compat endef define Package/ua3f/description - Implementation of the next generation of HTTP User-Agent modification methodology. + Advanced HTTP User-Agent Rewriting Tool. endef define Build/Prepare