feat: replae badgen with shields.io
This commit is contained in:
parent
e812df7fa4
commit
032446b273
@ -266,6 +266,8 @@ margin-y($top, $bottom = $top)
|
||||
margin-bottom 0
|
||||
|
||||
.veui-alert
|
||||
margin 1em 0
|
||||
|
||||
p:first-child
|
||||
margin-top 0
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<a href="https://github.com/ecomfe/veui">
|
||||
<img
|
||||
alt="VEUI on GitHub"
|
||||
src="https://badgen.net/badge/-/GitHub?icon=github&label"
|
||||
src="https://img.shields.io/github/stars/ecomfe/veui?label=stars&logo=github"
|
||||
height="20"
|
||||
>
|
||||
</a>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# VEUI
|
||||
|
||||
:::oss-badges
|
||||
[<img alt="VEUI on CircleCI" src="https://badgen.net/circleci/github/ecomfe/veui?label=CircleCI&cache=300" height="20">](https://circleci.com/gh/ecomfe/veui) [<img alt="VEUI on npm" src="https://badgen.net/npm/v/veui?cache=300" height="20">](https://www.npmjs.com/package/veui)
|
||||
[<img alt="VEUI on CircleCI" src="https://img.shields.io/circleci/build/github/ecomfe/veui/d20" height="20">](https://circleci.com/gh/ecomfe/veui) [<img alt="VEUI on npm" src="https://img.shields.io/npm/v/veui" height="20">](https://www.npmjs.com/package/veui) [<img alt="MIT License" src="https://img.shields.io/github/license/ecomfe/veui">](https://github.com/ecomfe/veui/blob/d20/LICENSE)
|
||||
:::
|
||||
|
||||
> VEUI 是一套基于 [Vue.js](https://vuejs.org) 的企业级应用组件库。
|
||||
|
Loading…
Reference in New Issue
Block a user