From 8645ba9933a76be59446a16329aa2d3fa3d7b567 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: Wed, 23 Jul 2025 23:02:32 +0800 Subject: [PATCH] v2.6.2 v2.6.2 --- x-ui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-ui.sh b/x-ui.sh index a670ab0d..2bc0560b 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -1028,7 +1028,7 @@ ssl_cert_issue() { LOGI "已为域名设置面板路径: $domain" LOGI " - 证书文件: $webCertFile" LOGI " - 私钥文件: $webKeyFile" - echo -e "${green}访问 URL: https://${domain}:${existing_port}/${existing_webBasePath}${plain}" + echo -e "${green}登录访问面板URL: https://${domain}:${existing_port}/${existing_webBasePath}${plain}" restart else LOGE "错误:未找到域名的证书或私钥文件: $domain。" @@ -1168,7 +1168,7 @@ ssl_cert_issue_CF() { LOGI "已为域名设置面板路径: $CF_Domain" LOGI " - 证书文件: $webCertFile" LOGI " - 私钥文件: $webKeyFile" - echo -e "${green}访问 URL: https://${CF_Domain}:${existing_port}/${existing_webBasePath}${plain}" + echo -e "${green}登录访问面板URL: https://${CF_Domain}:${existing_port}/${existing_webBasePath}${plain}" restart else LOGE "错误:未找到域名的证书或私钥文件: $CF_Domain。"