From 9f0708e2ecf93c84f262d4aa73f4dd0fa410be58 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: Fri, 7 Jun 2024 23:49:47 +0800 Subject: [PATCH] Update version to v2.3.5 Update version to v2.3.5 --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index b36c9f6..1c9f77f 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -144,7 +144,7 @@ install() { } update() { - confirm "该功能将强制安装最新版本,并且数据不会丢失。你想继续吗?" "y" + confirm "$(echo -e "${green}该功能将强制安装最新版本,并且数据不会丢失。${red}你想继续吗?${plain} ---->>")" "y" if [[ $? != 0 ]]; then LOGE "已取消" if [[ $# == 0 ]]; then