From 635abc65241643cfa3bb594a722edeaf3ef1d770 Mon Sep 17 00:00:00 2001 From: Medcl Date: Tue, 31 Dec 2024 15:43:35 +0800 Subject: [PATCH] chore: update terminal header (#66) --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 765ec3ea..90c5fa8c 100644 --- a/main.go +++ b/main.go @@ -73,12 +73,12 @@ func main() { terminalHeader += (" / __\\/___\\/\\ \\ \\/ _\\ /___\\/ / /__\\\n") terminalHeader += (" / / // // \\/ /\\ \\ // // / /_\\ \n") terminalHeader += ("/ /__/ \\_// /\\ / _\\ \\/ \\_// /__//__ \n") - terminalHeader += ("\\____|___/\\_\\ \\/ \\__/\\___/\\____|__/ \n") - terminalHeader += (" \n\n") + terminalHeader += ("\\____|___/\\_\\ \\/ \\__/\\___/\\____|__/ \n\n") + terminalHeader += ("HOME: https://github.com/infinilabs/console/\n\n") terminalFooter := "" - app := framework.NewApp("console", "The easiest way to operate your own search platform.", + app := framework.NewApp("console", "The easiest way to operate your own search platform, open-sourced under the GNU AGPLv3.", config.Version, config.BuildNumber, config.LastCommitLog, config.BuildDate, config.EOLDate, terminalHeader, terminalFooter) app.Init(nil)