feat(Starter.java): add logo

This commit is contained in:
qi4L
2024-09-11 10:47:46 +08:00
parent a6bbe67d9e
commit 33cc64d0ad
+2 -2
View File
@@ -20,8 +20,8 @@ public class Starter {
public static void main(String[] args) throws Exception {
String logo = "" +
" ┏┳┓┏ \n" +
" ┃┗┫┏┏┓ \n" +
" ┗┛┗┛┛┗┛ version: 1.33 ";
" ┃┗┫┏┏┓ by\n" +
" ┗┛┗┛┛┗┛ version: 1.33";
System.out.println(logo);
if (args.length > 0 && args[0].equals("-j")) {
Config.applyCmdArgs(args);