这是我想要的,除了我的回购:

https://img.shields.io/appveyor/ci/shelljs/shelljs/master.svg?style=flat-square&label=windows
但我的回购给了:
https://img.shields.io/appveyor/ci/danday74/shelljs.exec/master.svg?style=flat-square&label=windows

我做错了什么?
我可以不用盾牌直接使用护盾,但我想让盾牌看上去。
这是不需要的但正在工作的应用程序的直接徽章链接:
https://ci.appveyor.com/api/projects/status/lo4n79qp3jb0j4wo?svg=true
发布于 2017-09-19 19:03:42
它不喜欢项目名称中的点。必须把它改成连字符。工作URL是:
https://img.shields.io/appveyor/ci/danday74/shelljs-exec/master.svg?style=flat-square&label=windows
https://stackoverflow.com/questions/46307659
复制相似问题