From 54b2dcdde4cc286980ca169b755b8660552fd7e8 Mon Sep 17 00:00:00 2001 From: Wen Yi Date: Tue, 27 Aug 2024 21:00:20 +0800 Subject: [PATCH] Update logo --- src/kiwi_logo.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/kiwi_logo.h b/src/kiwi_logo.h index d0ab37d..7aff629 100644 --- a/src/kiwi_logo.h +++ b/src/kiwi_logo.h @@ -12,9 +12,12 @@ #pragma once const char* kiwiLogo = - "\n______ _ _ _ _ ______ ______ \n" - "| ___ \\ (_)| | (_) (_)| _ \\| ___ \\ \n" - "| |_/ / _ | | __ _ __ __ _ | | | || |_/ / kiwi(%s) %d bits \n" // version and - "| __/ | || |/ /| |\\ \\ /\\ / /| || | | || ___ \\ \n" - "| | | || < | | \\ V V / | || |/ / | |_/ / Port: %d\n" - "\\_| |_||_|\\_\\|_| \\_/\\_/ |_||___/ \\____/ https://github.com/OpenAtomFoundation/kiwi \n\n\n"; + " _ __ _ _ \n" + " | |/ / (_) (_)\n" + " | ' / _ __ __ _ \n" + " | < | | \\ \\ /\\ / / | |\n" + " | . \\ | | \\ V V / | |\n" + " |_|\\_\\ |_| \\_/\\_/ |_|\n" + "Kiwi(%s) %d bits \n" + "Port: %d\n" + "https://github.com/arana-db/kiwi\n"; \ No newline at end of file