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 之力专注提升服务性能,提供稳定可靠的支持。 ), },