From 592dec4c58ceed2a26108d11ca0f4fd217dfbaef Mon Sep 17 00:00:00 2001 From: juewuy Date: Tue, 2 Dec 2025 17:43:06 +0800 Subject: [PATCH] =?UTF-8?q?~=E5=A2=9E=E5=8A=A0=E6=9B=B4=E6=96=B0=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E5=86=85=E6=A0=B8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/webget.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/webget.sh b/scripts/webget.sh index e301181..c339737 100644 --- a/scripts/webget.sh +++ b/scripts/webget.sh @@ -1164,7 +1164,7 @@ set_core_config(){ #配置文件功能 user_agent='none' ;; 3) - read -p "请输入自定义UA > " text + read -p "请输入自定义UA(不要包含空格和特殊符号!) > " text [ -n "$text" ] && user_agent="$text" ;; *) @@ -1509,6 +1509,7 @@ setcore(){ #内核选择菜单 #echo -e " 说明文档: \033[36;4mhttps://sing-boxp.dustinwin.top\033[0m" echo ----------------------------------------------- echo -e "5 \033[36m自定义内核\033[0m $custcore" + echo -e "6 \033[32m更新当前内核\033[0m" echo ----------------------------------------------- echo "9 手动指定处理器架构" echo ----------------------------------------------- @@ -1540,6 +1541,9 @@ setcore(){ #内核选择菜单 setcustcore setcore ;; + 6) + getcore + ;; 9) setcpucore ;;