feat(qscan.go): add logo

This commit is contained in:
qi4L
2024-09-11 10:46:10 +08:00
parent 54e5de4b0a
commit a6bbe67d9e
9 changed files with 5 additions and 0 deletions
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.
+5
View File
@@ -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) {