Skip to content

Commit

Permalink
修复logo不好看问题
Browse files Browse the repository at this point in the history
  • Loading branch information
windy664 authored Aug 3, 2024
1 parent 4a91d5e commit 3d03588
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/main/java/org/windy/teleportoffset/Texts.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

public class Texts {
public static final String logo = """
§6+--------------------------------------+\n
______ __ __ ____ ___ ___ __
/_ __/ ___ / / ___ ___ ___ ____ / /_ / __ \\ / _/ / _/ ___ ___ / /_
/ / / -_) / / / -_) / _ \\/ _ \\ / __// __// /_/ / / _/ / _/ (_-</ -_)/ __/
/_/ \\__/ /_/ \\__/ / .__/\\___//_/ \\__/ \\____/ /_/ /_/ /___/\\__/ \\__/
/_/ \n
§6+--------------------------------------+\n§b
_______ _ _ ____ __ __ _ \s
|__ __| | | | | / __ \\ / _| / _| | | \s
| | ___ | | ___ _ __ ___ _ __ | |_ | | | | | |_ | |_ ___ ___ | |_\s
| | / _ \\ | | / _ \\ | '_ \\ / _ \\ | '__| | __| | | | | | _| | _| / __| / _ \\ | __|
| | | __/ | | | __/ | |_) | | (_) | | | | |_ | |__| | | | | | \\__ \\ | __/ | |_\s
|_| \\___| |_| \\___| | .__/ \\___/ |_| \\__| \\____/ |_| |_| |___/ \\___| \\__|
| | \s
|_| \s
""";
}

0 comments on commit 3d03588

Please sign in to comment.