From 753473370c1b952e076b7ee2cc9d32889f5d6020 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Wed, 14 Jan 2026 00:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/create_config.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/create_config.sh b/bin/create_config.sh index 522a509..f432521 100644 --- a/bin/create_config.sh +++ b/bin/create_config.sh @@ -17,6 +17,8 @@ create_reality_config(){ # 设置realty_dest目标域名 bash $script_dir/update_reality_dest.sh + + green "成功创建配置" } create_xhttp_reality_config(){ @@ -39,6 +41,8 @@ create_xhttp_reality_config(){ # 设置端口 bash $script_dir/update_port.sh + + green "成功创建配置" }