mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-21 22:40:43 +08:00
feat(qscan.go): add logo
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -18,6 +18,11 @@ public class Starter {
|
||||
public static boolean JYsoMode = false;
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
String logo = "" +
|
||||
" ┏┳┓┏ \n" +
|
||||
" ┃┗┫┏┏┓ \n" +
|
||||
" ┗┛┗┛┛┗┛ version: 1.33 ";
|
||||
System.out.println(logo);
|
||||
if (args.length > 0 && args[0].equals("-j")) {
|
||||
Config.applyCmdArgs(args);
|
||||
if (Config.TLSProxy) {
|
||||
|
||||
Reference in New Issue
Block a user