Skip to content

Commit 61c8bd8

Browse files
committed
loader: update boot text
1 parent 329c72f commit 61c8bd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/org/itxtech/mcl/Loader.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,10 @@ private interface UnsafeRunnable {
164164
* 启动 Mirai Console Loader,并加载脚本
165165
*/
166166
public void start(String[] args) throws Exception {
167-
logger.info(Ansi.ansi().fgBrightCyan().a("iTXTech Mirai Console Loader")
168-
.reset().a(" version ").fgBrightYellow().a(getVersion()));
167+
logger.info(Ansi.ansi().fgBrightCyan().a("iTX Technologies Mirai Console Loader").reset()
168+
.a(" version ").fgBrightYellow().a(getVersion()));
169+
logger.info(Ansi.ansi().a("Runtime: ").fgBrightCyan().a(System.getProperty("java.vm.name")).a(" ")
170+
.fgBrightYellow().a(System.getProperty("java.version")).reset().a(" (arch: ").a(System.getProperty("sun.arch.data.model")).a(")"));
169171
logger.info("https://github.com/iTXTech/mirai-console-loader");
170172
logger.info(Ansi.ansi().a("This program is licensed under ").fgBrightMagenta().a("GNU AGPL v3"));
171173

0 commit comments

Comments
 (0)