This commit is contained in:
teasiu
2022-09-17 17:57:59 +08:00
parent 7ec25da92c
commit c3d0d0e47b
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import styles from './styles.module.css';
const FeatureList = [ const FeatureList = [
{ {
title: '基于Linux Ubuntu 20.04 LTS', title: 'Base on Linux Ubuntu 20.04 LTS',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: ( description: (
<> <>
@@ -14,7 +14,7 @@ const FeatureList = [
), ),
}, },
{ {
title: '四核arm高达1.5HZ的CPU', title: 'Arm v7/v8 4core 1.5Hz CPU',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: ( description: (
<> <>
@@ -24,7 +24,7 @@ const FeatureList = [
), ),
}, },
{ {
title: '极低功耗,功能丰富', title: 'Support Docker 20.18',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: ( description: (
<> <>

View File

@@ -18,7 +18,7 @@ function HomepageHeader() {
<Link <Link
className="button button--secondary button--lg" className="button button--secondary button--lg"
to="/docs/intro"> to="/docs/intro">
我是小盒子也是大世界 我是小盒子 也是大世界
</Link> </Link>
</div> </div>
</div> </div>