From cfda96f407ec1ae9a6870fc41d414aec793aeb6c Mon Sep 17 00:00:00 2001 From: cfdaily Date: Fri, 22 May 2026 18:31:38 +0800 Subject: [PATCH] auto-sync: 2026-05-22 18:31:38 --- scripts/status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/status.sh b/scripts/status.sh index 56081e9..52c8fc4 100755 --- a/scripts/status.sh +++ b/scripts/status.sh @@ -25,7 +25,7 @@ echo " moziplus v2 — Status" echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" # ── 版本 ── -VERSION=$(grep "^version" "$TARGET_DIR/pyproject.toml" 2>/dev/null | head -1 | cut -d= -f2 | tr -d ' \"\' ') +VERSION=$(grep "^version" "$TARGET_DIR/pyproject.toml" 2>/dev/null | head -1 | cut -d= -f2 | tr -d " \"\047\t") echo " Version: v${VERSION}" # ── 安装目录 ──