From 32a9a7b7845d0dbf1f92554c2655262aa8dc8e90 Mon Sep 17 00:00:00 2001 From: zhao Date: Sun, 20 Apr 2025 13:58:53 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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