Github 在 readme 中添加项目信息小图标(徽标)
[編輯] [转简体] (简体译文)
|
作者:huidong
| 分類:【編程】GitHub
[
23 瀏覽
0 評論
7 贊
5 踩
]
概要
可以添加许可证图标、下载量图标、最新发布版本号图标
正文
只需要在 readme 中添加:
![License](https://img.shields.io/github/license/【你的用户名】/【你的仓库名】) ![Stars](https://img.shields.io/github/stars/【你的用户名】/【你的仓库名】) ![Forks](https://img.shields.io/github/forks/【你的用户名】/【你的仓库名】) ![Downloads](https://img.shields.io/github/downloads/【你的用户名】/【你的仓库名】/total) ![GitHub Version](https://img.shields.io/github/v/release/【你的用户名】/【你的仓库名】)
即可
自定义徽标图标格式
https://img.shields.io/badge/{徽标标题}-{徽标内容}-{徽标颜色}.svg
带链接的徽标
[![](https://img.shields.io/badge/{徽标标题}-{徽标内容}-{徽标颜色}.svg)](【linkUrl】)
Colors
自用模版
![Release](https://img.shields.io/github/v/release/zouhuidong/仓库名) [![Blog](https://img.shields.io/badge/blog-huidong.xyz-green.svg)](http://huidong.xyz) [![EasyX](https://img.shields.io/badge/graphics-EasyX-orange.svg)](https://easyx.cn) ![Stars](https://img.shields.io/github/stars/zouhuidong/仓库名) ![Forks](https://img.shields.io/github/forks/zouhuidong/仓库名) ![Downloads](https://img.shields.io/github/downloads/zouhuidong/仓库名/total)