Skip to content

Commit

Permalink
badgen
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohq committed Apr 21, 2020
1 parent 7f6ccbb commit 34bb093
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .vuepress/theme/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<header class="navbar">
<SidebarButton @toggle-sidebar="$emit('toggle-sidebar')"/>

<div style="white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: calc(100vw - 120px);">
<div style="white-space: nowrap; text-overflow: ellipsis; max-width: calc(100vw - 120px);">
<!-- <router-link
:to="$localePath"
class="home-link noselect"
Expand Down Expand Up @@ -30,9 +30,10 @@
</a>
<span class="home-link noselect" style="line-height: 2.2em; font-size: 1em; font-weight: 400;">
<StarCount style="margin-left: 10px;"></StarCount>
<a href="/learning/">
<StarCountDockerPulls></StarCountDockerPulls>
<!-- <a href="/learning/">
<span style="color: #42b983;">免费提供K8S教程</span>
</a>
</a> -->
<!-- <a href="https://webscan.qianxin.com/safe/detail/?query=kuboard.cn"><img border="0" src="https://webscan.qianxin.com/api/authcode?code=ab3ebe0592248d28477251ecaf72154f" style="display: none;"/></a> -->
<!-- <span style="color: #2c3e50;">|</span>
<a href="/support/#%E5%BE%AE%E6%9C%8D%E5%8A%A1%E8%90%BD%E5%9C%B0%E5%92%A8%E8%AF%A2">
Expand Down
4 changes: 2 additions & 2 deletions .vuepress/theme/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<div class="side-nav-item" :style="activeLinkStyle('/support/')">
<a :href="`/support/${urlSurfix}`" class="nav-link">支持</a>
</div>
<div class="side-nav-item" :style="activeLinkStyle('/training/')">
<!-- <div class="side-nav-item" :style="activeLinkStyle('/training/')">
<a :href="`https://kubetrain.cn/?from=kuboard`" class="nav-link" target="_blank">培训</a>
</div>
</div> -->
<!-- <div class="side-nav-item">
<a href="http://k8s.kubetrain.cn" class="nav-link" target="_blank">博客</a>
</div> -->
Expand Down

0 comments on commit 34bb093

Please sign in to comment.