Skip to content

Commit

Permalink
loader: update boot text
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Nov 12, 2022
1 parent 329c72f commit 61c8bd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/org/itxtech/mcl/Loader.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ private interface UnsafeRunnable {
* 启动 Mirai Console Loader,并加载脚本
*/
public void start(String[] args) throws Exception {
logger.info(Ansi.ansi().fgBrightCyan().a("iTXTech Mirai Console Loader")
.reset().a(" version ").fgBrightYellow().a(getVersion()));
logger.info(Ansi.ansi().fgBrightCyan().a("iTX Technologies Mirai Console Loader").reset()
.a(" version ").fgBrightYellow().a(getVersion()));
logger.info(Ansi.ansi().a("Runtime: ").fgBrightCyan().a(System.getProperty("java.vm.name")).a(" ")
.fgBrightYellow().a(System.getProperty("java.version")).reset().a(" (arch: ").a(System.getProperty("sun.arch.data.model")).a(")"));
logger.info("https://github.com/iTXTech/mirai-console-loader");
logger.info(Ansi.ansi().a("This program is licensed under ").fgBrightMagenta().a("GNU AGPL v3"));

Expand Down

0 comments on commit 61c8bd8

Please sign in to comment.