badgen
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<template>
|
||||
<div style="display: inline-block; width: 100px;">
|
||||
<div style="display: inline-block; width: 120px;">
|
||||
<LazyLoad>
|
||||
<a aria-label="github" @click="$sendGaEvent('ViewGitHubStar', 'ViewGitHubStarNav', 'ViweGitHubStar:' + $page.path)">
|
||||
<iframe style="display:inline-block;vertical-align:middle;" src="https://ghbtns.com/github-btn.html?user=eip-work&repo=kuboard-press&type=star&count=true&size=small" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
|
||||
<a aria-label="github" @click="$sendGaEvent('ViewGitHubStar', 'ViewGitHubStarNav', 'ViweGitHubStar:' + $page.path)"
|
||||
href="https://starchart.cc/eip-work/kuboard-press" target="_blank">
|
||||
<!-- <iframe style="display:inline-block;vertical-align:middle;" src="https://ghbtns.com/github-btn.html?user=eip-work&repo=kuboard-press&type=star&count=true&size=small" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> -->
|
||||
<img src="https://badgen.net/github/stars/eip-work/kuboard-press?label=github stars"/>
|
||||
</a>
|
||||
</LazyLoad>
|
||||
</div>
|
||||
|
||||
13
.vuepress/components/StarCountDockerPulls.vue
Normal file
13
.vuepress/components/StarCountDockerPulls.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<a aria-label="github" href="https://hub.docker.com/r/eipwork/kuboard" target="_blank" alt="Docker Pulls"><img src="https://badgen.net/docker/pulls/eipwork/kuboard"/></a>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user