From cc1da7ea7c6a62ac4e4cbf55923ad528a9329763 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:09:17 +0000 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goecs.go | 2 +- utils/utils.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/goecs.go b/goecs.go index 0a9d3b20..ac11a1ae 100644 --- a/goecs.go +++ b/goecs.go @@ -39,7 +39,7 @@ import ( ) var ( - ecsVersion = "v0.1.86" + ecsVersion = "v0.1.87" menuMode bool onlyChinaTest bool input, choice string diff --git a/utils/utils.go b/utils/utils.go index 642548ac..fb598873 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -56,13 +56,13 @@ func PrintHead(language string, width int, ecsVersion string) { if language == "zh" { PrintCenteredTitle("VPS融合怪测试", width) fmt.Printf("版本:%s\n", ecsVersion) - fmt.Println("测评频道: https://t.me/vps_reviews\n" + + fmt.Println("测评频道: https://t.me/+UHVoo2U4VyA5NTQ1\n" + "Go项目地址:https://github.com/oneclickvirt/ecs\n" + "Shell项目地址:https://github.com/spiritLHLS/ecs") } else { PrintCenteredTitle("VPS Fusion Monster Test", width) fmt.Printf("Version: %s\n", ecsVersion) - fmt.Println("Review Channel: https://t.me/vps_reviews\n" + + fmt.Println("Review Channel: https://t.me/+UHVoo2U4VyA5NTQ1\n" + "Go Project: https://github.com/oneclickvirt/ecs\n" + "Shell Project: https://github.com/spiritLHLS/ecs") }