From 0740b8bca7518badf27e04e33027451b459e2155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 13 Oct 2023 16:11:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(installer):=20=E4=B8=8D=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=B8=AD=E6=96=87=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #11 Signed-off-by: 李东云 --- installer/OptionalPackages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/OptionalPackages.php b/installer/OptionalPackages.php index f20f126..0c79700 100755 --- a/installer/OptionalPackages.php +++ b/installer/OptionalPackages.php @@ -190,7 +190,7 @@ class OptionalPackages '' ); $this->description = $this->io->askAndValidate( - "\n 一句话描述下这个项目吧(默认:{$this->description})\n ", + "\n 一句话描述下这个项目吧,中文可能导致报错(默认:{$this->description})\n ", function ($value) { return trim($value); },