From 56e5f08b5c0b31e9780d72abbb9d3ee6b699def1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:14:02 +0800 Subject: [PATCH] Update version to v2.3.5 Update version to v2.3.5 --- x-ui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-ui.sh b/x-ui.sh index 5242a66..e7c9c72 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -554,9 +554,9 @@ check_xray_status() { show_xray_status() { check_xray_status if [[ $? == 0 ]]; then - echo -e "Xray 状态: ${green}运行中${plain}" + echo -e "Xray状态: ${green}运行中${plain}" else - echo -e "Xray 状态: ${red}未运行${plain}" + echo -e "Xray状态: ${red}未运行${plain}" fi }