diff --git a/bin/ZeroWrt b/bin/ZeroWrt index 7dcba08..ba2c4e3 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -173,8 +173,8 @@ show_menu() { read -p "$(color_output "\e[33m请输入您的选择 [0-10]: \e[0m")" choice else color_output "\e[36m┏━━━━━━━━━━━━━━━ MENU ━━━━━━━━━━━━━━━━━━┓\e[0m" - color_output "\e[36m┃ ┃\e[0m" - color_output "\e[36m┃\e[0m 1. Change LAN IP Address \e[36m┃\e[0m" + color_output "\e[36m┃ ┃\e[0m" + color_output "\e[36m┃\e[0m 1. Change LAN IP Address \e[36m┃\e[0m" color_output "\e[36m┃\e[0m 2. Change Admin Password \e[36m┃\e[0m" color_output "\e[36m┃\e[0m 3. Switch Default Theme \e[36m┃\e[0m" color_output "\e[36m┃\e[0m 4. Factory Reset \e[36m┃\e[0m" @@ -184,8 +184,8 @@ show_menu() { color_output "\e[36m┃\e[0m 8. iStoreOS Styling \e[36m┃\e[0m" color_output "\e[36m┃\e[0m 9. Check for Updates \e[36m┃\e[0m" color_output "\e[36m┃\e[0m 0. Exit \e[36m┃\e[0m" - color_output "\e[36m┃ ┃\e[0m" - color_output "\e[36m┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛\e[0m" + color_output "\e[36m┃ ┃\e[0m" + color_output "\e[36m┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛\e[0m" read -p "$(color_output "\e[33mEnter your choice [0-10]: \e[0m")" choice fi