Ver código fonte

docs: update readme

花裤衩 3 anos atrás
pai
commit
4c18a3f47b
2 arquivos alterados com 18 adições e 0 exclusões
  1. 9 0
      README-zh.md
  2. 9 0
      README.md

+ 9 - 0
README-zh.md

@@ -8,6 +8,15 @@
8 8
 
9 9
 目前版本为 `v4.0+` 基于 `vue-cli` 进行构建,若你想使用旧版本,可以切换分支到[tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0),它不依赖 `vue-cli`。
10 10
 
11
+<p align="center">
12
+  <b>SPONSORED BY</b>
13
+</p>
14
+<p align="center">
15
+   <a href="https://finclip.com?from=vue_element" title="FinClip" target="_blank">
16
+      <img height="200px" src="https://gitee.com/panjiachen/gitee-cdn/raw/master/vue%E8%B5%9E%E5%8A%A9.png" title="FinClip">
17
+   </a>
18
+</p>
19
+
11 20
 ## Extra
12 21
 
13 22
 如果你想要根据用户角色来动态生成侧边栏和 router,你可以使用该分支[permission-control](https://github.com/PanJiaChen/vue-admin-template/tree/permission-control)

+ 9 - 0
README.md

@@ -9,6 +9,15 @@ English | [简体中文](./README-zh.md)
9 9
 
10 10
 **The current version is `v4.0+` build on `vue-cli`. If you want to use the old version , you can switch branch to [tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0), it does not rely on `vue-cli`**
11 11
 
12
+<p align="center">
13
+  <b>SPONSORED BY</b>
14
+</p>
15
+<p align="center">
16
+   <a href="https://finclip.com?from=vue_element" title="FinClip" target="_blank">
17
+      <img height="200px" src="https://gitee.com/panjiachen/gitee-cdn/raw/master/vue%E8%B5%9E%E5%8A%A9.png" title="FinClip">
18
+   </a>
19
+</p>
20
+
12 21
 ## Build Setup
13 22
 
14 23
 ```bash