From 10c8b9505c49ecb1412c92463e1a31a9e2e70793 Mon Sep 17 00:00:00 2001 From: unitwk Date: Fri, 4 Nov 2022 11:48:52 +0800 Subject: [PATCH] Optimize: logo --- src/app.ts | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/app.ts b/src/app.ts index 74368f2..08a9ce0 100755 --- a/src/app.ts +++ b/src/app.ts @@ -12,18 +12,21 @@ import logger from "./service/log"; initVersionManager(); const VERSION = getVersion(); -console.log(`______ _______________________ ___ -___ |/ /_ ____/_ ___/__ |/ /_____ _____________ _______ _____________ -__ /|_/ /_ / _____ \\__ /|_/ /_ __ /_ __ \\ __ /_ __ / _ \\_ ___/ -_ / / / / /___ ____/ /_ / / / / /_/ /_ / / /_/ /_ /_/ // __/ / -/_/ /_/ \\____/ /____/ /_/ /_/ \\__,_/ /_/ /_/\\__,_/ _\\__, / \\___//_/ -________ /____/ -___ __ \\_____ ____________ ________________ -__ / / / __ / _ \\_ __ __ \\ __ \\_ __ \\ -_ /_/ // /_/ // __/ / / / / / /_/ / / / / -/_____/ \\__,_/ \\___//_/ /_/ /_/\\____//_/ /_/ +console.log(` +______ _______________________ ___ +___ |/ /_ ____/_ ___/__ |/ /_____ _____________ _______ _____________ +__ /|_/ /_ / _____ \\__ /|_/ /_ __ \`/_ __ \\ __ \`/_ __ \`/ _ \\_ ___/ +_ / / / / /___ ____/ /_ / / / / /_/ /_ / / / /_/ /_ /_/ // __/ / +/_/ /_/ \\____/ /____/ /_/ /_/ \\__,_/ /_/ /_/\\__,_/ _\\__, / \\___//_/ + /____/ +________ +___ __ \\_____ ____________ ________________ +__ / / / __ \`/ _ \\_ __ \`__ \\ __ \\_ __ \\ +_ /_/ // /_/ // __/ / / / / / /_/ / / / / +/_____/ \\__,_/ \\___//_/ /_/ /_/\\____//_/ /_/ + - + Copyright 2022 MCSManager Dev + + Copyright 2022 MCSManager Dev + Version ${VERSION} `);