Update version to v2.3.5

Update version to v2.3.5
This commit is contained in:
心隨緣動
2024-06-09 12:14:02 +08:00
committed by GitHub
parent 10a61272ba
commit 56e5f08b5c
+2 -2
View File
@@ -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
}