Commit 23e36dd944349a8475e65a87e5102fa0e4a0354f

Authored by ly525
1 parent d820d044

docs(website): update homepage url

README.en.md
... ... @@ -8,7 +8,7 @@
8 8 > LuBan-H5 is a mobile page builder based on Vue.js, which is similar with [Amolink](www.amolink.com) [eqx](http://www.eqxiu.com)(it's a chinese website, you may need to translate the page). It also supports parsing PSD file to HMTL5 Page
9 9  
10 10 ### Demo
11   -> [Preview Website](https://api.luban-h5.wxjcart.com)
  11 +> [Preview Website](https://h5.luban-h5.com)
12 12  
13 13 <img src="https://s2.ax1x.com/2019/10/11/u7WzUx.gif" style="margin: 10px;" width="60%" />
14 14  
... ...
README.md
... ... @@ -66,7 +66,7 @@ wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-ins
66 66  
67 67  
68 68 ### Demo
69   -> [在线访问地址](https://api.luban-h5.wxjcart.com)
  69 +> [在线访问地址](https://h5.luban-h5.com)
70 70  
71 71 > [更多作品演示图片,点击查看](https://github.com/ly525/luban-h5/issues/15)
72 72  
... ...
docs/.vuepress/config.js
... ... @@ -34,7 +34,7 @@ module.exports = {
34 34 // { text: 'Guide', link: '/guide/' },
35 35 // { text: 'Config', link: '/config/' },
36 36 // { text: 'API', link: '/api/' },
37   - { text: 'Website', link: 'https://api.luban-h5.wxjcart.com/' },
  37 + { text: 'Website', link: 'https://h5.luban-h5.com' },
38 38 { text: 'Changelog', link: 'https://github.com/ly525/luban-h5/releases' },
39 39 ],
40 40 sidebar: {
... ... @@ -77,7 +77,7 @@ module.exports = {
77 77 // { text: '配置', link: '/zh/config/' },
78 78 // { text: 'API', link: '/zh/api/' },
79 79 // { text: '插件', link: '/zh/plugin/' },
80   - { text: '首页', link: 'https://api.luban-h5.wxjcart.com/' },
  80 + { text: '首页', link: 'https://h5.luban-h5.com' },
81 81 { text: '发布日志', link: 'https://github.com/ly525/luban-h5/releases' },
82 82 ],
83 83 sidebar: {
... ...
docs/en/getting-started/introduction.md
... ... @@ -7,7 +7,7 @@
7 7 > LuBan-H5 is a mobile page builder based on Vue.js, which is similar with [Amolink](www.amolink.com) [eqx](http://www.eqxiu.com)(it's a chinese website, you may need to translate the page). It also supports parsing PSD file to HMTL5 Page
8 8  
9 9 ### Demo
10   -> [Preview Website](https://api.luban-h5.wxjcart.com)
  10 +> [Preview Website](https://h5.luban-h5.com)
11 11  
12 12 <img src="https://s2.ax1x.com/2019/10/11/u7WzUx.gif" style="margin: 10px;" width="60%" />
13 13  
... ...
docs/zh/getting-started/introduction.md
  1 +<!--
  2 + * @Author: ly525
  3 + * @Date: 2019-12-01 18:11:49
  4 + * @LastEditors: ly525
  5 + * @LastEditTime: 2019-12-04 20:31:22
  6 + * @FilePath: /luban-h5/docs/zh/getting-started/introduction.md
  7 + * @Github: https://github.com/ly525/luban-h5
  8 + * @Description: Do not edit
  9 + * @Copyright 2018 - 2019 luban-h5. All Rights Reserved
  10 + -->
1 11 # 简介
2 12  
3 13 <!-- 简体中文 | [English](./README.en.md) -->
... ... @@ -22,7 +32,7 @@
22 32  
23 33  
24 34 ### Screenshots
25   -> [主页](http://api.luban-h5.wxjcart.com)
  35 +> [主页](https://h5.luban-h5.com)
26 36  
27 37 > [更多作品演示图片,点击查看](https://github.com/ly525/luban-h5/issues/15)
28 38  
... ...
front-end/landing-page/src/Index-En/Banner.jsx
... ... @@ -31,7 +31,7 @@ class Banner extends React.PureComponent {
31 31 <Button
32 32 type="primary"
33 33 onClick={() => {
34   - window.open('https://api.luban-h5.wxjcart.com/main')
  34 + window.open('https://h5.luban-h5.com')
35 35 }}
36 36 >
37 37 Start Using
... ...
front-end/landing-page/src/Index/Banner.jsx
... ... @@ -31,7 +31,7 @@ class Banner extends React.PureComponent {
31 31 <Button
32 32 type="primary"
33 33 onClick={() => {
34   - window.open('https://api.luban-h5.wxjcart.com/main')
  34 + window.open('https://h5.luban-h5.com')
35 35 }}
36 36 >
37 37 开始使用
... ...
front-end/landing-page/src/layouts/Nav0.jsx
... ... @@ -107,7 +107,7 @@ class Header extends React.Component {
107 107 >
108 108 <Menu.ItemGroup title="Project URL">
109 109 <Menu.Item key="setting:3" onClick={() => {
110   - window.open('https://api.luban-h5.wxjcart.com/main')
  110 + window.open('https://h5.luban-h5.com')
111 111 }}>Website</Menu.Item>
112 112 <Menu.Item key="setting:3.1" onClick={() => {
113 113 window.open('https://github.com/ly525/luban-h5')
... ...