File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
dubbo-plugin/dubbo-qos/src/main/java/com/alibaba/dubbo/qos/server Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1717package com .alibaba .dubbo .qos .server ;
1818
1919public class DubboLogo {
20- public static String dubbo =
21- " ████████▄ ███ █▄ ▀█████████▄ ▀█████████▄ ▄██████▄ \n " +
22- " ███ ▀███ ███ ███ ███ ███ ███ ███ ███ ███ \n " +
23- " ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ \n " +
24- " ███ ███ ███ ███ ▄███▄▄▄██▀ ▄███▄▄▄██▀ ███ ███ \n " +
25- " ███ ███ ███ ███ ▀▀███▀▀▀██▄ ▀▀███▀▀▀██▄ ███ ███ \n " +
26- " ███ ███ ███ ███ ███ ██▄ ███ ██▄ ███ ███ \n " +
27- " ███ ▄███ ███ ███ ███ ███ ███ ███ ███ ███ \n " +
28- " ████████▀ ████████▀ ▄█████████▀ ▄█████████▀ ▀██████▀ \n " +
29- " \n " +
30- "\n " ;
20+ public static final String dubbo =
21+ " ___ __ __ ___ ___ ____ \n " +
22+ " / _ \\ / / / // _ ) / _ ) / __ \\ \n " +
23+ " / // // /_/ // _ |/ _ |/ /_/ / \n " +
24+ "/____/ \\ ____//____//____/ \\ ____/ \n " ;
3125}
You can’t perform that action at this time.
0 commit comments