更新 bin/ZeroWrt

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-04-20 13:58:53 +08:00
parent cc7054060d
commit 32a9a7b784

View File

@ -173,8 +173,8 @@ show_menu() {
read -p "$(color_output "\e[33m请输入您的选择 [0-10]: \e[0m")" choice read -p "$(color_output "\e[33m请输入您的选择 [0-10]: \e[0m")" choice
else else
color_output "\e[36m┏━━━━━━━━━━━━━━━ MENU ━━━━━━━━━━━━━━━━━━┓\e[0m" color_output "\e[36m┏━━━━━━━━━━━━━━━ MENU ━━━━━━━━━━━━━━━━━━┓\e[0m"
color_output "\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 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 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 3. Switch Default Theme \e[36m┃\e[0m"
color_output "\e[36m┃\e[0m 4. Factory Reset \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 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 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 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 read -p "$(color_output "\e[33mEnter your choice [0-10]: \e[0m")" choice
fi fi