Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam-WenYi committed Aug 27, 2024
1 parent 57d346a commit 54b2dcd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/kiwi_logo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 54b2dcd

Please sign in to comment.