Skip to content

Commit a810372

Browse files
committed
修复vuefe文档链接
1 parent 3386669 commit a810372

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

themes/vue/layout/page.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<% } %>
2828
<div class="footer">
2929
发现错误?想参与编辑?
30-
<a href="https://github.com/vuejs/cn.vuejs.org/blob/master/src/<%- page.path.replace(/\.html$/, '.md') %>" target="_blank">
30+
<a href="https://github.com/vuefe/vuefe.github.io/blob/2.0-cn/src/<%- page.path.replace(/\.html$/, '.md') %>" target="_blank">
3131
在 Github 上编辑此页!
3232
</a>
3333
</div>

themes/vue/layout/partials/header.ejs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
<img src="/images/logo.png">
44
<span>Vue.js</span>
55
</a>
6+
<span style="
7+
position: absolute;
8+
top: 100%;
9+
left: 60px;
10+
padding: 0 10px;
11+
background: #ef9f00;
12+
border-radius: 3px;
13+
margin-top: -15px;
14+
line-height: 30px;
15+
color: white;
16+
font-weight: 400;
17+
letter-spacing: 1px;
18+
box-shadow: 0 1px 2px rgba(0,0,0,.3);
19+
">
20+
QQ2群:543234934
21+
</span>
622
<ul id="nav">
723
<%- partial('partials/main_menu', { context: 'nav' }) %>
824
</ul>

0 commit comments

Comments
 (0)