From 50eb8328be87b107a0c009dba7cb97f833da8f4a Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 20 Jul 2026 15:52:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9"=E8=8E=B7=E5=8F=96Re?= =?UTF-8?q?ality=E7=9B=AE=E6=A0=87=E5=9F=9F=E5=90=8D"=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reality.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reality.sh b/bin/reality.sh index 88d3474..7d08bfe 100644 --- a/bin/reality.sh +++ b/bin/reality.sh @@ -27,7 +27,7 @@ update_reality_dest(){ old_dest="${old_dest%:*}" # 输入新的dest地址 local dest - read -p "请输入新的dest地址[当前地址: $old_dest]: " dest + read -p "请输入新的Reality目标域名[当前: $old_dest]: " dest # 如果输入为空, 不修改直接退出 if [[ -z "$dest" ]]; then