From c9255369700196e9a03271aad9e30d639026c5f2 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sun, 23 Nov 2025 17:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E5=AD=97=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/print_share_link.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/print_share_link.sh b/bin/print_share_link.sh index f95ef6b..33ceba9 100644 --- a/bin/print_share_link.sh +++ b/bin/print_share_link.sh @@ -66,11 +66,11 @@ print_xhttp_reality_share_link(){ if [ "$ipv4" != "null" ]; then sub_ipv4="vless://$uuid@$ipv4:$port?encryption=none&security=reality&type=$network&sni=$sni&fp=chrome&pbk=$public_key&path=$xhttp_path&mode=auto#${ipv4}-my_xray_xhttp_reality" echo "" - echo "ipv4 订阅连接: $sub_ipv4" + echo "ipv4 分享连接: $sub_ipv4" echo "" # 如果qrencode安装了,则打印二维码 if command -v qrencode &> /dev/null; then - echo -e "ipv4 订阅二维码:\n$(echo "$sub_ipv4" | qrencode -o - -t UTF8)" + echo -e "ipv4 分享二维码:\n$(echo "$sub_ipv4" | qrencode -o - -t UTF8)" fi fi