This commit is contained in:
Shao Huan Qing
2021-07-25 11:44:16 +08:00
parent 24277979a7
commit a2e6ffc17e
9 changed files with 50 additions and 55 deletions

View File

@@ -7,7 +7,7 @@
</span>
</div>
<div style="margin-top: 20px; text-align: center;">
<!-- <div>友情链接</div>
<div>友情链接</div>
</div>
<div class="friend-section" v-show="!$isSharing">
<div v-for="(item, index) in urls" class="friend-a" :key="'u' + index">
@@ -21,7 +21,7 @@
</div>
</a>
</div>
</div> -->
</div>
</div>
</template>

View File

@@ -4,7 +4,7 @@
<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"/>
<img src="https://addons.kuboard.cn/downloads/github-star.png"/>
</a>
</LazyLoad>
</div>

View File

@@ -1,5 +1,5 @@
<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>
<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.png"/></a>
</template>
<script>