From fde16dde53aea208d55dd835da106efabfa0e803 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Sun, 1 Dec 2024 21:54:15 +0800 Subject: [PATCH] Update tv.sh --- shells/tv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/tv.sh b/shells/tv.sh index 5bce446..849c625 100644 --- a/shells/tv.sh +++ b/shells/tv.sh @@ -1043,7 +1043,7 @@ show_menu() { echo "$(get_tvbox_model_name)" echo "$(get_tvbox_timezone)" echo "**********************************************************************" - YELLOW "再次运行 输入 t 即可" + echo -e "* ${YELLOW}再次运行 输入 t 即可 ${NC} " echo "请选择操作:" for i in "${!menu_options[@]}"; do echo -e "${BLUE}$((i + 1)). ${menu_options[i]}${NC}"