mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-27 01:01:53 +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 {
|
public static void main(String[] args) throws Exception {
|
||||||
String logo = "" +
|
String logo = "" +
|
||||||
" ┏┳┓┏ \n" +
|
" ┏┳┓┏ \n" +
|
||||||
" ┃┗┫┏┏┓ \n" +
|
" ┃┗┫┏┏┓ by\n" +
|
||||||
" ┗┛┗┛┛┗┛ version: 1.33 ";
|
" ┗┛┗┛┛┗┛ version: 1.33";
|
||||||
System.out.println(logo);
|
System.out.println(logo);
|
||||||
if (args.length > 0 && args[0].equals("-j")) {
|
if (args.length > 0 && args[0].equals("-j")) {
|
||||||
Config.applyCmdArgs(args);
|
Config.applyCmdArgs(args);
|
||||||
|
|||||||
Reference in New Issue
Block a user