auto-sync: 2026-05-22 18:31:38

This commit is contained in:
cfdaily
2026-05-22 18:31:38 +08:00
parent ead2ecd22f
commit cfda96f407
+1 -1
View File
@@ -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}"
# ── 安装目录 ──