1- # COMP101
2-
3- 本项目是 FDUCSLG COMP101 的文档项目, 用于文档的更新, 部署等.
1+ <h1 align =" center " >CS101 复旦大学计算机入门指南</h1 >
2+ <p align =" center " >
3+ <a href =" https://github.com/FDUCSLG/CS101/commits " >
4+ <img alt="Commit Activity" src="https://img.shields.io/github/commit-activity/m/FDUCSLG/CS101" />
5+ </a >
6+ <a href =" https://github.com/FDUCSLG/CS101 " >
7+ <img alt="Last Commit" src="https://img.shields.io/github/last-commit/FDUCSLG/CS101" />
8+ </a >
9+ <a href =" https://github.com/FDUCSLG/CS101/stargazers " >
10+ <img alt="GitHub Stars" src="https://img.shields.io/github/stars/FDUCSLG/CS101?style=social" />
11+ </a >
12+ <a href =" https://github.com/FDUCSLG/CS101/network/members " >
13+ <img alt="GitHub Forks" src="https://img.shields.io/github/forks/FDUCSLG/CS101?style=social" />
14+ </a >
15+ </p >
16+
17+ 面向复旦大学所有人的计算机入门指南。
418
519# Contribution
620
721如果只需要进行简单的修改可以直接修改对应文档的 markdown 源码, 如果修改较为复杂请参考以下步骤.
822
9- FDUCSLG COMP101 采用 ** [ VitePress] ( https://vitepress.dev/zh/guide/what-is-vitepress ) ** 作为文档框架, 请参考其文档进行贡献.
23+ FDUCSLG CS101 采用 ** [ VitePress] ( https://vitepress.dev/zh/guide/what-is-vitepress ) ** 作为文档框架, 请参考其文档进行贡献.
1024
1125首先确保 node.js 版本满足 >= ` v20.5.0 ` 或 >= ` v18.18.0 ` , ** 安装好** VitePress 后, ** 重启终端** , 于拉取的本项目根目录下执行以下代码安装依赖:
1226
@@ -20,6 +34,22 @@ npm install
2034npm run docs:dev
2135```
2236
37+ # Star History
38+
39+ <p align =" center " >
40+ <a href =" https://star-history.com/#FDUCSLG/CS101&Date " >
41+ <img src="https://api.star-history.com/svg?repos=FDUCSLG/CS101&type=Date" alt="Star History Chart" />
42+ </a >
43+ </p >
44+
45+ # Contributors
46+
47+ <p align =" center " >
48+ <a href =" https://github.com/FDUCSLG/CS101/graphs/contributors " >
49+ <img src="https://contrib.rocks/image?repo=FDUCSLG/CS101" alt="Contributors" />
50+ </a >
51+ </p >
52+
2353# Thanks
2454
2555本项目文档由 [ NapCatQQ 项目文档] ( https://github.com/NapNeko/NapCatDocs ) 魔改而来,感谢 NapCatQQ 开发者!
0 commit comments