From 82813ea218bbc772da4700058400111645237ce4 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sun, 12 Jul 2026 21:25:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9ask=5Finput=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E7=9A=84=E6=8F=90=E7=A4=BA=E8=AF=AD=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=88=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hiwifi-b70.sh | 2 +- newifi3_d2.sh | 2 +- r2s.sh | 2 +- x86-64.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hiwifi-b70.sh b/hiwifi-b70.sh index 5d6ce00..829e41e 100644 --- a/hiwifi-b70.sh +++ b/hiwifi-b70.sh @@ -151,7 +151,7 @@ ask_input() { local prompt="$1" local default="$2" - read -p "${prompt} [默认: ${default}]: " value + read -p "${prompt} [ 默认: ${default} ]: " value if [ -z "$value" ]; then echo "$default" diff --git a/newifi3_d2.sh b/newifi3_d2.sh index 2dfebeb..bdf1dc2 100644 --- a/newifi3_d2.sh +++ b/newifi3_d2.sh @@ -42,7 +42,7 @@ ask_input() { local prompt="$1" local default="$2" - read -p "${prompt} [默认: ${default}]: " value + read -p "${prompt} [ 默认: ${default} ]: " value if [ -z "$value" ]; then echo "$default" diff --git a/r2s.sh b/r2s.sh index 95e13d6..9bdc18e 100644 --- a/r2s.sh +++ b/r2s.sh @@ -198,7 +198,7 @@ ask_input() { local prompt="$1" local default="$2" - read -p "${prompt} [默认: ${default}]: " value + read -p "${prompt} [ 默认: ${default} ]: " value if [ -z "$value" ]; then echo "$default" diff --git a/x86-64.sh b/x86-64.sh index 827d9b7..01e512b 100644 --- a/x86-64.sh +++ b/x86-64.sh @@ -224,7 +224,7 @@ ask_input() { local prompt="$1" local default="$2" - read -p "${prompt} [默认: ${default}]: " value + read -p "${prompt} [ 默认: ${default} ]: " value if [ -z "$value" ]; then echo "$default"