From 815fedffedaf615d4a15300b6e395904d9ee77e1 Mon Sep 17 00:00:00 2001 From: zhao Date: Fri, 27 Dec 2024 11:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bin/ZeroWrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- bin/ZeroWrt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ZeroWrt b/bin/ZeroWrt index f805136..89a80e9 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -231,7 +231,7 @@ install_apps() { color_output "\e[36m┃\e[0m 0. 返回上一级 \e[36m┃\e[0m" color_output "\e[36m┃ ┃\e[0m" color_output "\e[36m┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛\e[0m" - read -p "$(color_output "\e[33m请输入选择 [1-4]: \e[0m")" template_choice + read -p "$(color_output "\e[33m请输入选择 [0-3]: \e[0m")" template_choice case "$template_choice" in 1) config_url="https://git.kejizero.online/zhao/rule/raw/branch/main/mihomo/ACL4SSR_Online_Mini.ini" ;;