diff --git a/bin/ ZeroWrt.backup b/bin/ ZeroWrt.backup index 155116d..6d3190b 100644 --- a/bin/ ZeroWrt.backup +++ b/bin/ ZeroWrt.backup @@ -53,7 +53,7 @@ show_menu() { 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请输入您的选择 [0-8]: \e[0m")" choice + read -p "$(color_output "\e[33m请输入您的选择 [0-10]: \e[0m")" choice case "$choice" in 1) change_ip ;; 2) change_password ;; @@ -554,7 +554,7 @@ install_apps() { color_output "\e[36m┃ ┃\e[0m" color_output "\e[36m┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛\e[0m" - read -p "$(color_output "\e[33m请输入您的选择 [0-4]: \e[0m")" app_choice + read -p "$(color_output "\e[33m请输入您的选择 [0-6]: \e[0m")" app_choice case "$app_choice" in 1)