mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-22 06:50:42 +08:00
feat(Starter.java): add logo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user