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" ;;