You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by je...@apache.org on 2018/08/28 10:07:08 UTC

[incubator-dubbo] branch master updated: New ascii logo. (#2395)

This is an automated email from the ASF dual-hosted git repository.

jerrick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new ff373a7  New ascii logo. (#2395)
ff373a7 is described below

commit ff373a7db7645ea1b55bf84150d0326d1e999b78
Author: 时无两丶 <44...@qq.com>
AuthorDate: Tue Aug 28 18:06:49 2018 +0800

    New ascii logo. (#2395)
---
 .../main/java/org/apache/dubbo/qos/server/DubboLogo.java | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/server/DubboLogo.java b/dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/server/DubboLogo.java
index e25613a..b504cbf 100644
--- a/dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/server/DubboLogo.java
+++ b/dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/server/DubboLogo.java
@@ -17,15 +17,9 @@
 package org.apache.dubbo.qos.server;
 
 public class DubboLogo {
-    public static String dubbo =
-                    "  ████████▄  ███    █▄  ▀█████████▄  ▀█████████▄   ▄██████▄  \n" +
-                    "  ███   ▀███ ███    ███   ███    ███   ███    ███ ███    ███ \n" +
-                    "  ███    ███ ███    ███   ███    ███   ███    ███ ███    ███ \n" +
-                    "  ███    ███ ███    ███  ▄███▄▄▄██▀   ▄███▄▄▄██▀  ███    ███ \n" +
-                    "  ███    ███ ███    ███ ▀▀███▀▀▀██▄  ▀▀███▀▀▀██▄  ███    ███ \n" +
-                    "  ███    ███ ███    ███   ███    ██▄   ███    ██▄ ███    ███ \n" +
-                    "  ███   ▄███ ███    ███   ███    ███   ███    ███ ███    ███ \n" +
-                    "  ████████▀  ████████▀  ▄█████████▀  ▄█████████▀   ▀██████▀  \n" +
-                    "                                                             \n" +
-                    "\n";
+    public static final String dubbo =
+                    "   ___   __  __ ___   ___   ____     \n" +
+                    "  / _ \\ / / / // _ ) / _ ) / __ \\  \n" +
+                    " / // // /_/ // _  |/ _  |/ /_/ /    \n" +
+                    "/____/ \\____//____//____/ \\____/   \n";
 }