You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/03/10 05:16:27 UTC

[incubator-apisix-dashboard] 02/05: feat: update title

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

juzhiyuan pushed a commit to branch update-boilerplate
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git

commit 805024b219f41128988fdd672569fefe6746aa80
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Tue Mar 10 13:09:10 2020 +0800

    feat: update title
---
 config/defaultSettings.ts   |  2 +-
 src/layouts/BasicLayout.tsx | 18 +++---------------
 src/manifest.json           |  4 ++--
 src/pages/document.ejs      |  4 ++--
 4 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/config/defaultSettings.ts b/config/defaultSettings.ts
index c1dba42..ec9cb7e 100644
--- a/config/defaultSettings.ts
+++ b/config/defaultSettings.ts
@@ -55,7 +55,7 @@ export default {
   menu: {
     locale: true,
   },
-  title: 'Ant Design Pro',
+  title: 'Apache APISIX Dashboard',
   pwa: false,
   iconfontUrl: '',
 } as DefaultSettings;
diff --git a/src/layouts/BasicLayout.tsx b/src/layouts/BasicLayout.tsx
index f87b57b..256570c 100644
--- a/src/layouts/BasicLayout.tsx
+++ b/src/layouts/BasicLayout.tsx
@@ -61,24 +61,12 @@ const menuDataRender = (menuList: MenuDataItem[]): MenuDataItem[] =>
 
 const defaultFooterDom = (
   <DefaultFooter
-    copyright="2019 蚂蚁金服体验技术部出品"
+    copyright="2020 Apache APISIX"
     links={[
       {
-        key: 'Ant Design Pro',
-        title: 'Ant Design Pro',
-        href: 'https://pro.ant.design',
-        blankTarget: true,
-      },
-      {
-        key: 'github',
+        key: 'GitHub',
         title: <GithubOutlined />,
-        href: 'https://github.com/ant-design/ant-design-pro',
-        blankTarget: true,
-      },
-      {
-        key: 'Ant Design',
-        title: 'Ant Design',
-        href: 'https://ant.design',
+        href: 'https://github.com/apache/incubator-apisix',
         blankTarget: true,
       },
     ]}
diff --git a/src/manifest.json b/src/manifest.json
index 839bc5b..a4f731e 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,6 +1,6 @@
 {
-  "name": "Ant Design Pro",
-  "short_name": "Ant Design Pro",
+  "name": "Apache APISIX Dashboard",
+  "short_name": "Apache APISIX Dashboard",
   "display": "standalone",
   "start_url": "./?utm_source=homescreen",
   "theme_color": "#002140",
diff --git a/src/pages/document.ejs b/src/pages/document.ejs
index 450ba45..8707a06 100644
--- a/src/pages/document.ejs
+++ b/src/pages/document.ejs
@@ -7,7 +7,7 @@
       name="viewport"
       content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
     />
-    <title>Ant Design Pro</title>
+    <title>Apache APISIX Dashboard</title>
     <link rel="icon" href="/favicon.png" type="image/x-icon" />
   </head>
   <body>
@@ -185,7 +185,7 @@
             width="32"
             style="margin-right: 8px;"
           />
-          Ant Design
+          Apache APISIX
         </div>
       </div>
     </div>