# Github徽章 Github一些好的项目都会有很多标签,像下面这样。 ![](https://wangyuedong-img.oss-cn-beijing.aliyuncs.com/img/Snipaste_2022-04-12_16-03-28.png) 这一看就是个非常牛逼的项目,是的,这是json项目。那么如何给自己的项目贴金呢?事实上这要自己做svg矢量图。 https://shields.io 这个网站可以自定义一些徽章,并且还提供了从github上读取状态的功能。 https://travis-ci.org 这个是一个持续集成网站,他会对项目持续编译,然后给出一个徽章显示实时的状态。 https://bintray.com 这个是一个代码仓库,说到jcenter应该就比较熟悉了,他就是jcenter,项目传到jcenter后会给个徽章实时显示当前的最新版本。 ## 徽章收集 ![](https://img.shields.io/badge/JAVA-1.8+-green.svg) ![](https://img.shields.io/badge/license-MIT-blue.svg) ![](https://github.com/nlohmann/json/workflows/Ubuntu/badge.svg) ![](https://github.com/nlohmann/json/workflows/macOS/badge.svg) ![](https://github.com/nlohmann/json/workflows/Windows/badge.svg)