Skip to content

Commit 5413ad0

Browse files
committed
添加贡献者
1 parent 7a4845f commit 5413ad0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

themes/vue/layout/partials/contributors.ejs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="contributors">
2-
<p>共 <span style="color:#e66;font-size:28px;" v-text="list.length "></span> 人参与贡献,排名不分先后,<a href="https://github.com/vuefe/vuefe.github.io/issues/192">如有遗漏,请告知</a></p>
2+
<p>共 <span style="color:#e66;font-size:28px;" v-text="list.length "></span> 人参与贡献,排名不分先后,<a href="https://github.com/vuefe/vuefe.github.io/issues/192" target="_blank">如有遗漏,请告知</a></p>
33
<ul class="contributors">
44
<a v-for="item in list"
55
class="contributor"
@@ -148,6 +148,12 @@ new Vue({
148148
github: 'bringtree'
149149
},{
150150
github: 'lihengming'
151+
},{
152+
github: 'iHelin'
153+
},{
154+
github: 'kiyonlin'
155+
},{
156+
github: 'xqin'
151157
}
152158
]
153159
};

0 commit comments

Comments
 (0)