feat: add spacing to logo output for improved readability

This commit is contained in:
Marvin Zhang
2025-02-11 13:27:52 +08:00
parent 06eb5401ae
commit 51835947a3

View File

@@ -13,6 +13,7 @@ func PrintLogoWithWelcomeInfo() {
func printLogo() {
figure.NewColorFigure("Crawlab", "slant", "blue", true).Print()
fmt.Println()
fmt.Println("Welcome to use Crawlab: the ultimate distributed web crawling platform for efficient, scalable data extraction.")
fmt.Println()
}