feat: homepage update

This commit is contained in:
niazye 2025-11-20 16:56:46 +08:00
parent a97584d7af
commit 0146ae8a0b
2 changed files with 7 additions and 10 deletions

2
.gitignore vendored
View File

@ -19,4 +19,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
from_name_to_code
tools

View File

@ -4,32 +4,29 @@ import styles from './styles.module.css';
const FeatureList = [
{
title: 'Easy to Use',
title: '这是什么?',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
课栈是一群 ECNU 学生自发组织与构建的课程资料共享项目为的是收集与整合学校各专业课程的学习资料以帮助后来的学生更好地度过学校生活
</>
),
},
{
title: 'Focus on What Matters',
title: '怎么使用?',
Svg: require('@site/static/img/undraw_docusaurus_tree.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.
使用左上角查阅目录寻找自己希望查询的课程以浏览或者右上角直接搜索课程专业名称或关键字如果缺少想要的资料还请等待后续更新或者将自己的资料上传上来敬请期待
</>
),
},
{
title: 'Powered by React',
title: '我也有资料想要贡献!',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
如果您会使用Github的话可以在我们的仓库中新建issue与PR提交如果不便使用还可以联系zy1834576129@outlook.com课栈资料贡献[学院][专业][课程]的格式作为主题发送邮件我们自己整理上传
</>
),
},