This commit is contained in:
spiritysdx
2024-07-26 10:25:15 +08:00
parent 6ff440a9e9
commit ac1da2af0a
4 changed files with 6 additions and 6 deletions

View File

@@ -40,8 +40,8 @@ func PrintHead(language string, width int, ecsVersion string) {
PrintCenteredTitle("VPS Fusion Monster Test", width)
fmt.Printf("Version: %s\n", ecsVersion)
fmt.Println("Review Channel: https://t.me/vps_reviews\n" +
"Go Project URL: https://github.com/oneclickvirt/ecs\n" +
"Shell Project URL: https://github.com/spiritLHLS/ecs")
"Go Project: https://github.com/oneclickvirt/ecs\n" +
"Shell Project: https://github.com/spiritLHLS/ecs")
}
}