'首页更改'

This commit is contained in:
hackrobot
2025-03-22 23:44:37 -05:00
parent 5da3ac307f
commit 98cb1af20d
9 changed files with 298 additions and 43 deletions

View File

@@ -4,32 +4,29 @@ import styles from './styles.module.css';
const FeatureList = [
{
title: 'Easy to Use',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
title: 'YPP',
Svg: require('@site/static/img/yt2.svg').default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
开通YPP (youtube合作伙伴计划),通过平台广告,赚美金收益
</>
),
},
{
title: 'Focus on What Matters',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
title: '随时开始',
Svg: require('@site/static/img/yt3.svg').default,
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
不需要昂贵的设备,1部手机,就可以开始的副业
</>
),
},
{
title: 'Powered by React',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
title: '杠杆',
Svg: require('@site/static/img/yt4.svg').default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
媒体和代码,是普通人最好的杠杆
</>
),
},

View File

@@ -20,7 +20,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min
立即阅读
</Link>
</div>
</div>

View File

@@ -3,11 +3,13 @@
* and scoped locally.
*/
.heroBanner {
padding: 4rem 0;
text-align: center;
position: relative;
overflow: hidden;
background-color: #ff7875;
}
@media screen and (max-width: 996px) {