forked from mirror/MCSM-Daemon
Optimize: logo
This commit is contained in:
parent
ac08cae7d6
commit
10c8b9505c
25
src/app.ts
25
src/app.ts
@ -12,18 +12,21 @@ import logger from "./service/log";
|
|||||||
initVersionManager();
|
initVersionManager();
|
||||||
const VERSION = getVersion();
|
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}
|
+ Version ${VERSION}
|
||||||
`);
|
`);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user