Files
kuboard-press/.vuepress/components/StarCountDockerPulls.vue
Shao Huan Qing f61a077ccf 缓存 star 数
2021-08-01 14:22:26 +08:00

14 lines
259 B
Vue

<template>
<a aria-label="github" href="https://hub.docker.com/r/eipwork/kuboard" target="_blank" alt="Docker Pulls"><img src="https://addons.kuboard.cn/downloads/docker-pull.svg"/></a>
</template>
<script>
export default {
}
</script>
<style>
</style>