个人主页美化
GitHub Readme Stats
GitHub Repo
效果预览
模块介绍
GitHub文档:https://github.com/anuraghazra/github-readme-stats/blob/master/docs/readme_cn.md
个人统计卡片
API地址
https://github-readme-stats.vercel.app/api?username={{username}}
效果
语言喜好统计
API地址
https://github-readme-stats.vercel.app/api/top-langs/?username={{username}}
效果
仓库统计
API地址
https://github-readme-stats.vercel.app/api/pin/?username={{username}}&repo={{reponame}}
效果
现成作业
按照如下readme.md设计
## Statistics
<p align="center">
<img src="https://github-readme-stats.vercel.app/api?username=HisAtri&show_icons=true" style="height: 180px;"/>
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=HisAtri&layout=compact" style="height: 180px;"/>
</p>
## Repositories
<p align="center">
<a href="https://github.com/HisAtri/LrcApi">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=HisAtri&repo=LrcApi" width="44%"/>
</a>
<a href="https://github.com/HisAtri/chemax">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=HisAtri&repo=chemax" width="44%"/>
</a>
</p>
仓库美化
Repo卡片
效果
生成
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容