From 3179d7e5bf250a4343ad35a4ac1f8bd5c6dae745 Mon Sep 17 00:00:00 2001 From: Faker Date: Wed, 28 Feb 2024 21:29:45 +0800 Subject: [PATCH] update --- Scripts/sh/ql.sh | 2 +- Scripts/sh/ql12.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/sh/ql.sh b/Scripts/sh/ql.sh index cbcf358..1694c8f 100644 --- a/Scripts/sh/ql.sh +++ b/Scripts/sh/ql.sh @@ -196,7 +196,7 @@ fi # 端口问题 modify_ql_port() { - inp "是否修改青龙端口[默认 5700]:\n1) 修改\n2) 不修改[默认]" + inp "是否修改青龙端口[默认 5700]:\n1) 推荐!避免CK被偷请修改\n2) 不修改[不建议,强烈建议修改!]" opt read change_ql_port if [ "$change_ql_port" = "1" ]; then diff --git a/Scripts/sh/ql12.sh b/Scripts/sh/ql12.sh index 8e69f3a..63ad850 100644 --- a/Scripts/sh/ql12.sh +++ b/Scripts/sh/ql12.sh @@ -179,7 +179,7 @@ fi # 端口问题 modify_ql_port() { - inp "是否修改青龙端口[默认 5700]:\n1) 修改\n2) 不修改[默认]" + inp "是否修改青龙端口[默认 5700]:\n1) 推荐!避免CK被偷请修改\n2) 不修改[不建议,强烈建议修改!]" opt read change_ql_port if [ "$change_ql_port" = "1" ]; then