From 4a1b24acfce4b55c80d770426bd92fab9243ac30 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Wed, 27 Sep 2023 21:56:15 +0800 Subject: [PATCH] Modify front-end text description --- docs/i18n/zh/docusaurus-theme-classic/footer.json | 2 +- docs/src/components/LandingPage/GithubInfo.jsx | 2 +- docs/src/components/LandingPage/Hero.jsx | 2 +- threadpool/console/vue.config.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/i18n/zh/docusaurus-theme-classic/footer.json b/docs/i18n/zh/docusaurus-theme-classic/footer.json index 8cdc353a..8ff9e646 100644 --- a/docs/i18n/zh/docusaurus-theme-classic/footer.json +++ b/docs/i18n/zh/docusaurus-theme-classic/footer.json @@ -36,7 +36,7 @@ "description": "The label of footer link with label=公司登记 linking to https://github.com/opengoofy/hippo4j/issues/13" }, "copyright": { - "message": "Copyright © 2021-2022 小马哥版权所有 京ICP备2021038095号-2\n", + "message": "Copyright © 2021-2023 马丁@版权所有 京ICP备2021038095号-2\n", "description": "The footer copyright" }, "link.title.Links": { diff --git a/docs/src/components/LandingPage/GithubInfo.jsx b/docs/src/components/LandingPage/GithubInfo.jsx index d3299119..0a0fa074 100644 --- a/docs/src/components/LandingPage/GithubInfo.jsx +++ b/docs/src/components/LandingPage/GithubInfo.jsx @@ -8,7 +8,7 @@ const GithubInfo = ({ owner, repo }) => {
- star + stars
{favorites || 4621} diff --git a/docs/src/components/LandingPage/Hero.jsx b/docs/src/components/LandingPage/Hero.jsx index b3cdedca..24ac6676 100644 --- a/docs/src/components/LandingPage/Hero.jsx +++ b/docs/src/components/LandingPage/Hero.jsx @@ -22,7 +22,7 @@ const Hero = () => { {/* title and desc */}

- Hippo4j Thread Pool + Hippo4j ThreadPool

{/*

diff --git a/threadpool/console/vue.config.js b/threadpool/console/vue.config.js index cc65b92b..e8c52a02 100755 --- a/threadpool/console/vue.config.js +++ b/threadpool/console/vue.config.js @@ -35,7 +35,7 @@ module.exports = { }, proxy: { '/hippo4j/v1/cs': { - target: `http://console.hippo4j.cn:6691/hippo4j/v1/cs`, + target: `http://127.0.0.1:6691/hippo4j/v1/cs`, changOrigin: true, secure: false, pathRewrite: {