Commit 87f2ec5590c33c321ea2af72167bfc5bee350705

Authored by ly525
1 parent c6b5e762

docs: fix docsBranch

docs/.vuepress/config.js
... ... @@ -5,7 +5,7 @@ const title = '鲁班H5 文档';
5 5 const description = '前后端均开源的H5制作平台,类似易企秀、百度H5、Maka、人人秀.';
6 6 const color = '#2F80ED';
7 7 const author = 'ly525';
8   -const url = 'http://docs.huban-h5.surge.sh/';
  8 +const url = 'https://ly525.github.io/luban-h5';
9 9  
10 10 module.exports = {
11 11 head: [
... ... @@ -93,6 +93,7 @@ module.exports = {
93 93 // },
94 94 editLinks: true,
95 95 editLinkText: 'Improve this page',
  96 + docsBranch: 'dev',
96 97 serviceWorker: true,
97 98 hiddenLinks: [
98 99 '/zh/cli/CLI.html',
... ...
docs/zh/README.md
... ... @@ -3,7 +3,7 @@
3 3 ## 鲁班H5
4 4 鲁班H5是基于Vue2.0开发的,通过拖拽+配置的形式,生成页面的工具。
5 5  
6   -<img src="https://s2.ax1x.com/2019/08/23/mBLuqI.gif" height="290" />
  6 +<img src="https://s2.ax1x.com/2019/10/11/u7WzUx.gif" height="290" />
7 7 <!-- ### 鲁班H5是什么? -->
8 8  
9 9 <!-- {p:.flex.justify-around} -->
... ...
docs/zh/getting-started/introduction.md
... ... @@ -26,8 +26,7 @@
26 26  
27 27 > [更多作品演示图片,点击查看](https://github.com/ly525/luban-h5/issues/15)
28 28  
29   -![image](https://s2.ax1x.com/2019/08/23/mBLuqI.gif)
30   -![image](https://user-images.githubusercontent.com/12668546/63207252-4f367400-c0f5-11e9-952a-9a3f6f72a710.png)
  29 +![image](https://s2.ax1x.com/2019/10/11/u7WzUx.gif)
31 30  
32 31 ---
33 32  
... ...