Optimize: logo

This commit is contained in:
unitwk 2022-11-04 11:48:52 +08:00
parent ac08cae7d6
commit 10c8b9505c

View File

@ -12,18 +12,21 @@ import logger from "./service/log";
initVersionManager();
const VERSION = getVersion();
console.log(`______ _______________________ ___
console.log(`
______ _______________________ ___
___ |/ /_ ____/_ ___/__ |/ /_____ _____________ _______ _____________
__ /|_/ /_ / _____ \\__ /|_/ /_ __ /_ __ \\ __ /_ __ / _ \\_ ___/
_ / / / / /___ ____/ /_ / / / / /_/ /_ / / /_/ /_ /_/ // __/ /
__ /|_/ /_ / _____ \\__ /|_/ /_ __ \`/_ __ \\ __ \`/_ __ \`/ _ \\_ ___/
_ / / / / /___ ____/ /_ / / / / /_/ /_ / / / /_/ /_ /_/ // __/ /
/_/ /_/ \\____/ /____/ /_/ /_/ \\__,_/ /_/ /_/\\__,_/ _\\__, / \\___//_/
________ /____/
/____/
________
___ __ \\_____ ____________ ________________
__ / / / __ / _ \\_ __ __ \\ __ \\_ __ \\
__ / / / __ \`/ _ \\_ __ \`__ \\ __ \\_ __ \\
_ /_/ // /_/ // __/ / / / / / /_/ / / / /
/_____/ \\__,_/ \\___//_/ /_/ /_/\\____//_/ /_/
+ Copyright 2022 MCSManager Dev <https://github.com/mcsmanager>
+ Copyright 2022 MCSManager Dev <https://github.com/MCSManager>
+ Version ${VERSION}
`);