From 808316625666f3106e975dd8c2a700fa27d85c27 Mon Sep 17 00:00:00 2001 From: juewuy Date: Tue, 10 Feb 2026 20:05:45 +0800 Subject: [PATCH] ~fix --- scripts/menus/2_settings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/2_settings.sh b/scripts/menus/2_settings.sh index 672234f3..e378df18 100644 --- a/scripts/menus/2_settings.sh +++ b/scripts/menus/2_settings.sh @@ -271,7 +271,7 @@ set_redir_mod() { [ "$firewall_area" -le 3 ] && { content_line "1) 设为\033[32m$SET_REDIR_REDIR\033[0m:\t$SET_REDIR_REDIRDES" content_line "2) 设为\033[36m$SET_REDIR_MIX\033[0m:\t$SET_REDIR_MIXDES" - content_line "3) 设为\033[32m$SET_REDIR_TPROXY\033[0m:$SET_REDIR_TPROXYDES" + content_line "3) 设为\033[32m$SET_REDIR_TPROXY\033[0m:\t$SET_REDIR_TPROXYDES" content_line "4) 设为\033[33m$SET_REDIR_TUN\033[0m:\t$SET_REDIR_TUNDES" content_line "" }