Skip to content

Commit 3a17ab6

Browse files
yyyCodeclaude
andcommitted
feat(header): add 求职导航 nav button next to 项目推荐
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 4968df4 commit 3a17ab6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

vue/src/components/BlogHeader.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
项目推荐
4646
</router-link>
4747

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+
4858
<router-link to="/feedback" class="site-nav-link" active-class="active">
4959
<span class="site-nav-ico" aria-hidden="true">
5060
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">

0 commit comments

Comments
 (0)