Merge pull request #797 from trheyi/main

Add community link to welcome message and adjust documentation spacing
This commit is contained in:
Max 2024-11-29 19:48:10 +08:00 committed by GitHub
commit ce5de70b76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,7 +276,8 @@ func printWelcome() {
fmt.Println(color.CyanString("\n---------------------------------"))
fmt.Println(color.CyanString(L("🎉 Welcome to Yao 🎉 ")))
fmt.Println(color.CyanString("---------------------------------"))
fmt.Println(color.WhiteString("📚 Documentation:"), color.CyanString("https://yaoapps.com/docs"))
fmt.Println(color.WhiteString("📚 Documentation: "), color.CyanString("https://yaoapps.com/docs"))
fmt.Println(color.WhiteString("🏡 Join Yao Community:"), color.CyanString("https://yaoapps.com/community"))
fmt.Println(color.WhiteString("💬 Build App via Chat:"), color.CyanString("https://moapi.ai"))
fmt.Println("")
}