Skip to content

Commit 34b95ef

Browse files
committed
添加https链接
1 parent 7268cbd commit 34b95ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

themes/vue/layout/index.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<p>
1717
<a class="button" href="/guide/">起步</a>
1818
<a class="button white" href="https://github.com/vuejs/vue" target="_blank">GITHUB</a>
19+
<a class="button white" href="https://vuefe.leanapp.cn" target="_blank">HTTPS站点</a>
1920
</p>
2021
</div>
2122
</div>

themes/vue/layout/partials/main_menu.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
<li><a href="/vuex/" class="nav-link<%- page.path.match(/vuex/) ? ' current' : '' %>">vuex</a></li>
66
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">示例</a></li>
77
<li><a href="https://webpack2.leanapp.cn" target="_blank">webpack</a></li>
8+
<li><a href="https://vuefe.leanapp.cn" target="_blank">HTTPS站点</a></li>
89
<li><a href="/more/" class="nav-link<%- page.path.match(/more/) ? ' current' : '' %>">更多</a></li>
910
<%- partial('partials/community_dropdown') %>

0 commit comments

Comments
 (0)