-
Notifications
You must be signed in to change notification settings - Fork 17
feat: homepage updated #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7b09384
6909aa2
62ae37a
a97584d
0146ae8
d6240c0
acca30d
58febf2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,4 @@ | |
|
|
||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
|
|
||
| from_name_to_code | ||
| yarn-error.log* | ||
|
KirisameVanilla marked this conversation as resolved.
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 图片是否应该更换或删除
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 感觉图片换一下,不知道换什么可以ai找一些免费素材 |
||
| 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, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 同上 |
||
| description: ( | ||
| <> | ||
| Docusaurus lets you focus on your docs, and we'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, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 同上 |
||
| 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,以“课栈资料贡献:[学院][专业][课程]”的格式作为主题发送邮件,我们自己整理上传。 | ||
| </> | ||
| ), | ||
| }, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.