From ee2b55e7eb6e3cdfe60aca74973839df5f6b0719 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 31 Aug 2025 14:14:52 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E6=AF=8F=E4=B8=AA?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=A1=B9=E7=9B=AE=E7=9A=84=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E7=9F=AD=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goecs.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/goecs.go b/goecs.go index 6383d72..0a9d3b2 100644 --- a/goecs.go +++ b/goecs.go @@ -39,7 +39,7 @@ import ( ) var ( - ecsVersion = "v0.1.85" + ecsVersion = "v0.1.86" menuMode bool onlyChinaTest bool input, choice string @@ -857,8 +857,10 @@ func handleUploadResults(output string) { if httpURL != "" || httpsURL != "" { if language == "en" { fmt.Printf("Upload successfully!\nHttp URL: %s\nHttps URL: %s\n", httpURL, httpsURL) + fmt.Println("Each Test Benchmark: https://bash.spiritlhl.net/ecsguide") } else { fmt.Printf("上传成功!\nHttp URL: %s\nHttps URL: %s\n", httpURL, httpsURL) + fmt.Println("每项测试基准见: https://bash.spiritlhl.net/ecsguide") } } }