修改:首页介绍

This commit is contained in:
绝尘 2024-04-21 14:10:11 +08:00
parent eeebdae492
commit c64ff5c035
2 changed files with 13 additions and 9 deletions

View File

@ -108,6 +108,10 @@ const config = {
label: 'Gitee', label: 'Gitee',
href: 'https://gitee.com/tc608', href: 'https://gitee.com/tc608',
}, },
{
label: '微信zhub_dev',
to: '/'
},
], ],
}, },
{ {
@ -118,13 +122,13 @@ const config = {
to: '/blog', to: '/blog',
}, },
{ {
label: 'GitHub', label: '反馈',
href: 'https://github.com/facebook/docusaurus', 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: { prism: {
theme: lightCodeTheme, theme: lightCodeTheme,

View File

@ -4,29 +4,29 @@ import styles from './styles.module.css';
const FeatureList = [ const FeatureList = [
{ {
title: '于使用', title: '轻松易用',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: ( description: (
<> <>
ZHub 从新设计易于安装和用于快速启动运行您的项目 全新设计易于使用轻松安装助你快速启动项目运行
</> </>
), ),
}, },
{ {
title: '专注于重', title: '专注要事',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: ( description: (
<> <>
ZHub 让你专注于你的业务我们专注于消息收发数据传递让你多个工程进行之间通讯变得如此的简单 专注消息收发与数据传递极简API让你专注业务使多工程间通讯变得简单
</> </>
), ),
}, },
{ {
title: 'Powered by ZHUB', title: '由 ZHub 助力',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: ( description: (
<> <>
通过 Golang 编写通讯组件自定义消息协议专注提升服务性能 Golang 编写的通讯组件 ZHub 之力专注提升服务性能提供稳定可靠的支持
</> </>
), ),
}, },