From c64ff5c0356409c1da0d7af20ad8773f61a240ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=B0=98?= <237809796@qq.com> Date: Sun, 21 Apr 2024 14:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 10 +++++++--- src/components/HomepageFeatures/index.js | 12 ++++++------ 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 75d9d30..8b0b8bd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -108,6 +108,10 @@ const config = { label: 'Gitee', href: 'https://gitee.com/tc608', }, + { + label: '微信:zhub_dev', + to: '/' + }, ], }, { @@ -118,13 +122,13 @@ const config = { to: '/blog', }, { - label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', + label: '反馈', + href: 'https://gitee.com/tc608/zhub/issues?state=all', }, ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} ZHub, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} ZHub`, }, prism: { theme: lightCodeTheme, diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index df099c6..d05d765 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -4,29 +4,29 @@ import styles from './styles.module.css'; const FeatureList = [ { - title: '易于使用', + title: '轻松易用', Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, description: ( <> - ZHub 从新设计,易于安装和用于快速启动运行您的项目。 + 全新设计,易于使用,轻松安装,助你快速启动项目运行。 ), }, { - title: '专注于重要的事情', + title: '专注要事', Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, description: ( <> - ZHub 让你专注于你的业务,我们专注于消息收发、数据传递,让你多个工程进行之间通讯变得如此的简单。 + 专注消息收发与数据传递,极简API,让你专注业务,使多工程间通讯变得简单。 ), }, { - title: 'Powered by ZHUB', + title: '由 ZHub 助力', Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, description: ( <> - 通过 Golang 编写通讯组件,自定义消息协议,专注提升服务性能。 + 由 Golang 编写的通讯组件,以 ZHub 之力专注提升服务性能,提供稳定可靠的支持。 ), },