From 09ec13d0b34162c32c968f0919bd058365a06b85 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 Apr 2026 06:24:12 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20banner=20=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=BC=95=E7=94=A8=20SCRIPT=5FVERSION=20=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/stream-unlock.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/stream-unlock.sh b/scripts/stream-unlock.sh index 64b7150..2b3f457 100644 --- a/scripts/stream-unlock.sh +++ b/scripts/stream-unlock.sh @@ -218,12 +218,10 @@ get_state() { # ============ 公共 UI ============ print_banner() { echo -e "${BLUE}" - cat <<'B' -╔════════════════════════════════════════════╗ -║ Stream Unlock Installer v2.0 ║ -║ 流媒体 / AI 解锁一键脚本 ║ -╚════════════════════════════════════════════╝ -B + echo "╔════════════════════════════════════════════╗" + printf "║ Stream Unlock Installer %-17s║\n" "v${SCRIPT_VERSION}" + echo "║ 流媒体 / AI 解锁一键脚本 ║" + echo "╚════════════════════════════════════════════╝" echo -e "${NC}" }