This commit is contained in:
huanqing.shao
2020-04-21 22:48:05 +08:00
parent 755032c6ec
commit 7f6ccbbe90
4 changed files with 31 additions and 5 deletions

View File

@@ -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&amp;repo=kuboard-press&amp;type=star&amp;count=true&amp;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&amp;repo=kuboard-press&amp;type=star&amp;count=true&amp;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>

View 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>