1 parent 4968df4 commit 3a17ab6Copy full SHA for 3a17ab6
1 file changed
vue/src/components/BlogHeader.vue
@@ -45,6 +45,16 @@
45
项目推荐
46
</router-link>
47
48
+ <a href="#" class="site-nav-link">
49
+ <span class="site-nav-ico" aria-hidden="true">
50
+ <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
51
+ <path d="M20 7h-4V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z" />
52
+ <path d="M9 7V5h6v2" />
53
+ </svg>
54
+ </span>
55
+ 求职导航
56
+ </a>
57
+
58
<router-link to="/feedback" class="site-nav-link" active-class="active">
59
<span class="site-nav-ico" aria-hidden="true">
60
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
0 commit comments