From bf637a7cffa8ba3060af8e911dda60b12e28aab8 Mon Sep 17 00:00:00 2001 From: i0gan Date: Wed, 10 Apr 2024 20:51:06 +0800 Subject: [PATCH 1/2] Update: logo --- src/main.cc | 53 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 19 deletions(-) diff --git a/src/main.cc b/src/main.cc index 15e3399b..371fd7db 100644 --- a/src/main.cc +++ b/src/main.cc @@ -12,25 +12,40 @@ void MidWareLoader(IPluginManager *pm_) { void PrintLogo() { SQUICK_PRINT(R"( - , , - /( )` - \ \___ / | - /- _ `-/ ' - (/\/ \ \ /\ - / / | ` \ - O O ) / | - `-^--'`< ' - (_.) _ ) / - `.___/` / - `-----' / -<----. __ / __ \ -<----|====O)))==) \) /==== -<----' `--' `.__,' \ - | | - \ / /\ - ______( (_ / \______/ - ,' ,-----' | - `--{__________) + .. + .-=. .. . + .++. .-*****#*+*= : + .++: -. .=++++**: := -#%#*: + :- - .- .***#%%%##%*. :-. +## + :# +=.=:%%#*=*@@%##%%%#+=*+. .#*. + +%+. +@*#@%%%+=#@@@%***=++*%@@%#+. +# + =%%=-%%**%#+==*%#+====*##%%%%%%%##*- **. + -%@@%#%#+==+**==**%@@@@@%##%##%##%%#= -*= + -%%%%#%#%%%##%%@@@@@@@@@%*==*###%##*=. .+* + --=#%%%@%==*****#%%@%###******++**#%%#%*: .++. + @###********++*****#%@#**+*++***+*##%%%#. :-++: + .@@#**+****##%@%**#@@@@%###***++*#####%@@+ .-===+ + +%*++#%+#@%@@%***%%%*#%@@@@%**+**##*#%%@@*===-.: + :=+*@@@@@@@@#+***###%@@@@@@@@%#***#%##%%%#+:. .. + ::. :=%@@*+=+*#*#%@@@%%#%%@@@@@@%#***##%%%@%= :. + :+%%#=++****######*++-=#@@@@@#+****#%%%@@#. =. + +%@%#+*#%@@@@%****+====*@@@@@#*****%%%@@##: .#: + .:%@@@@%%@@@@%+ . .:-...*@@@@@%#****#%@@@+: +* + .+*%%@@@@@@@#-*=. .. -%@@@@@%***##%@@@@@- . =* + :***++@@@@@@@%= -: .+@@@@@@%#**##%%@@@#= :-*%= + +*=. .%@@@@@@#.:-=:.*@@@@@@@#***#%%@@@@@- -#%%= + .*: -%@@@@@%%##+*%@@@@@%%####%%@@@@@%#+:+%%%= + .+ .%@@@@@%@@@@@@@@#####*#%@@@@@@%#+*%%%%- + = -#@@@@@%@%%%#####%%@@@@@#+#@@%%%%%#=. + : .. .=#%@@@@@@@@@@@@@@@%%%@@%%%%%%#+. + . .. .=%@@@@@%%@@%%%%##%%%%%%%%*- + -%@@%%%%##%%%%#%%%%#%%#*-. + :=**#*+-.-#**%%%#%%%%*#+. + -#*#%%%%#*#%%%***. + =@%%%%%+. + .*%%%%*. + :++: + _ _ ___ __ _ _ _(_) ___| | __ / __|/ _` | | | | |/ __| |/ / From 10951c1e284db499d22bcc1669116312ad2b68fe Mon Sep 17 00:00:00 2001 From: i0gan Date: Wed, 10 Apr 2024 21:17:33 +0800 Subject: [PATCH 2/2] Release: New version 1.1.0 released --- README.md | 2 +- src/squick/core/base.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65014d9c..9c31b1de 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ **QQ Group:739065686** -**Version:** 1.0.4 +**Version:** 1.1.0 --- diff --git a/src/squick/core/base.h b/src/squick/core/base.h index ca46dc95..82de7090 100644 --- a/src/squick/core/base.h +++ b/src/squick/core/base.h @@ -11,7 +11,7 @@ #include #include "termcolor.h" -#define SQUICK_VERSION "1.0.2" +#define SQUICK_VERSION "1.1.0" #define SERVER_NAME "Squick/" SQUICK_VERSION enum ServerType { @@ -56,4 +56,4 @@ enum ServerType { #define SQUICK_DPRINT(x) std::cout << termcolor::magenta << "SQUICK:" << __FILE__ << ":" << __LINE__ << ":" << x << "\n" << termcolor::reset; #define SQUICK_PRINT(x) std::cout << termcolor::magenta << "SQUICK:" << x << termcolor::reset << std::endl; -//#define SQUICK_PRINT SQUICK_DPRINT \ No newline at end of file +//#define SQUICK_PRINT SQUICK_DPRINT