README

制作github主页的readme文件

主页截图如下:

Snipaste_2022-07-31_22-41-38.png

1.github统计卡片

🚀 教程

统计卡片的代码如下,直接写进markdown文件即可

<img align="right" src="https://github-readme-stats.vercel.app/api?username=mumuxi176&show_icons=true&icon_color=CE1D2D&text_color=718096&bg_color=ffffff&hide_title=true" />

2.github徽标

🚀教程

🚀 教程2

🚀 制作徽标

更多徽标

动态徽标

https://img.shields.io/badge/dynamic/json?color=000000&label=Github&query=%24.data.totalSubs&suffix=%20%20%20%20%20%20followers&url=https%3A%2F%2Fapi.spencerwoo.com%2Fsubstats%2F%3Fsource%3Dgithub%26queryKey%3Dmumuxi176?style=for-the-badge&logo=github

Snipaste_2022-07-31_22-44-47.png

要添加风格,只需要在网址的最后面添加语句即可,例如添加”?style=for-the-badge&logo=github”,即为徽标添加github的logo