From d415796fe884a2ee5354e1917a4783913907bb94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Mon, 11 Aug 2025 00:13:46 +0800 Subject: [PATCH] v2.6.6 v2.6.6 --- x-ui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-ui.sh b/x-ui.sh index 1c57e3e5..8b77185c 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -1087,7 +1087,7 @@ ssl_cert_issue() { LOGI " - 证书文件: $webCertFile" LOGI " - 私钥文件: $webKeyFile" echo "" - echo -e "${green}登录访问面板URL: https://${domain}:${existing_port}${existing_webBasePath}${plain}" + echo -e "${green}登录访问面板URL: https://${domain}:${existing_port}${green}${existing_webBasePath}${plain}" echo "" echo -e "${green}PS:若您要登录访问面板,请复制上面的地址到浏览器即可${plain}" echo "" @@ -1232,7 +1232,7 @@ ssl_cert_issue_CF() { LOGI " - 证书文件: $webCertFile" LOGI " - 私钥文件: $webKeyFile" echo "" - echo -e "${green}登录访问面板URL: https://${CF_Domain}:${existing_port}${existing_webBasePath}${plain}" + echo -e "${green}登录访问面板URL: https://${CF_Domain}:${existing_port}${green}${existing_webBasePath}${plain}" echo "" echo -e "${green}PS:若您要登录访问面板,请复制上面的地址到浏览器即可${plain}" echo ""