Skip to content

Commit b2570f8

Browse files
committed
docs
1 parent 4035bf5 commit b2570f8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
<p align="center">
66
<a href="https://github.com/vuejs/vue">
7-
<img src="https://img.shields.io/badge/vue-2.5.10-brightgreen.svg" alt="vue">
7+
<img src="https://img.shields.io/badge/vue-2.5.17-brightgreen.svg" alt="vue">
88
</a>
99
<a href="https://github.com/ElemeFE/element">
10-
<img src="https://img.shields.io/badge/element--ui-2.3.2-brightgreen.svg" alt="element-ui">
10+
<img src="https://img.shields.io/badge/element--ui-2.4.6-brightgreen.svg" alt="element-ui">
1111
</a>
1212
<a href="https://travis-ci.org/PanJiaChen/vue-element-admin" rel="nofollow">
1313
<img src="https://travis-ci.org/PanJiaChen/vue-element-admin.svg?branch=master" alt="Build Status">

Diff for: README.zh-CN.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939
- [Gitee](https://panjiachen.gitee.io/vue-element-admin/) 国内用户可访问该地址在线预览
4040

41+
- [国内访问文档](https://panjiachen.gitee.io/vue-element-admin-site/zh/) 方便没翻墙的用户查看文档
42+
4143
**本项目的定位是后台集成方案,不适合当基础模板来开发。**
4244

4345
- 模板建议使用: [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)

Diff for: src/views/documentation/index.vue

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<div class="app-container documentation-container">
33
<a class="document-btn" target="_blank" href="https://panjiachen.github.io/vue-element-admin-site/">{{ $t('documentation.documentation') }}</a>
44
<a class="document-btn" target="_blank" href="https://github.com/PanJiaChen/vue-element-admin/">{{ $t('documentation.github') }}</a>
5+
<a class="document-btn" target="_blank" href="https://panjiachen.gitee.io/vue-element-admin-site/zh/">国内文档</a>
56
<dropdown-menu :items="articleList" style="float:left;margin-left:50px;" title="系列文章"/>
67
</div>
78
</template>

0 commit comments

Comments
 (0)