From b38dd713d95d1f5280fd44aa8731b1c30ce7f2c8 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:02:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=80=80=E5=87=BA?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E8=A2=AB=E7=AD=9B=E9=80=89=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E6=8B=A6=E6=88=AA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goecs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goecs.go b/goecs.go index 1b5e214..545f4c7 100644 --- a/goecs.go +++ b/goecs.go @@ -40,7 +40,7 @@ import ( ) var ( - ecsVersion = "v0.1.77" + ecsVersion = "v0.1.78" menuMode bool onlyChinaTest bool input, choice string @@ -100,7 +100,7 @@ func getMenuChoice(language string) string { if re.MatchString(input) { inChoice := input switch inChoice { - case "1", "2", "3", "4", "5", "6", "7", "8", "9", "10": + case "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10": return inChoice default: if language == "zh" {