Commit 23e36dd944349a8475e65a87e5102fa0e4a0354f

Authored by ly525
1 parent d820d044

docs(website): update homepage url

README.en.md
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
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 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 ### Demo 10 ### Demo
11 -> [Preview Website](https://api.luban-h5.wxjcart.com) 11 +> [Preview Website](https://h5.luban-h5.com)
12 12
13 <img src="https://s2.ax1x.com/2019/10/11/u7WzUx.gif" style="margin: 10px;" width="60%" /> 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,7 +66,7 @@ wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-ins
66 66
67 67
68 ### Demo 68 ### Demo
69 -> [在线访问地址](https://api.luban-h5.wxjcart.com) 69 +> [在线访问地址](https://h5.luban-h5.com)
70 70
71 > [更多作品演示图片,点击查看](https://github.com/ly525/luban-h5/issues/15) 71 > [更多作品演示图片,点击查看](https://github.com/ly525/luban-h5/issues/15)
72 72
docs/.vuepress/config.js
@@ -34,7 +34,7 @@ module.exports = { @@ -34,7 +34,7 @@ module.exports = {
34 // { text: 'Guide', link: '/guide/' }, 34 // { text: 'Guide', link: '/guide/' },
35 // { text: 'Config', link: '/config/' }, 35 // { text: 'Config', link: '/config/' },
36 // { text: 'API', link: '/api/' }, 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 { text: 'Changelog', link: 'https://github.com/ly525/luban-h5/releases' }, 38 { text: 'Changelog', link: 'https://github.com/ly525/luban-h5/releases' },
39 ], 39 ],
40 sidebar: { 40 sidebar: {
@@ -77,7 +77,7 @@ module.exports = { @@ -77,7 +77,7 @@ module.exports = {
77 // { text: '配置', link: '/zh/config/' }, 77 // { text: '配置', link: '/zh/config/' },
78 // { text: 'API', link: '/zh/api/' }, 78 // { text: 'API', link: '/zh/api/' },
79 // { text: '插件', link: '/zh/plugin/' }, 79 // { text: '插件', link: '/zh/plugin/' },
80 - { text: '首页', link: 'https://api.luban-h5.wxjcart.com/' }, 80 + { text: '首页', link: 'https://h5.luban-h5.com' },
81 { text: '发布日志', link: 'https://github.com/ly525/luban-h5/releases' }, 81 { text: '发布日志', link: 'https://github.com/ly525/luban-h5/releases' },
82 ], 82 ],
83 sidebar: { 83 sidebar: {
docs/en/getting-started/introduction.md
@@ -7,7 +7,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 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 ### Demo 9 ### Demo
10 -> [Preview Website](https://api.luban-h5.wxjcart.com) 10 +> [Preview Website](https://h5.luban-h5.com)
11 11
12 <img src="https://s2.ax1x.com/2019/10/11/u7WzUx.gif" style="margin: 10px;" width="60%" /> 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 <!-- 简体中文 | [English](./README.en.md) --> 13 <!-- 简体中文 | [English](./README.en.md) -->
@@ -22,7 +32,7 @@ @@ -22,7 +32,7 @@
22 32
23 33
24 ### Screenshots 34 ### Screenshots
25 -> [主页](http://api.luban-h5.wxjcart.com) 35 +> [主页](https://h5.luban-h5.com)
26 36
27 > [更多作品演示图片,点击查看](https://github.com/ly525/luban-h5/issues/15) 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,7 +31,7 @@ class Banner extends React.PureComponent {
31 <Button 31 <Button
32 type="primary" 32 type="primary"
33 onClick={() => { 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 Start Using 37 Start Using
front-end/landing-page/src/Index/Banner.jsx
@@ -31,7 +31,7 @@ class Banner extends React.PureComponent { @@ -31,7 +31,7 @@ class Banner extends React.PureComponent {
31 <Button 31 <Button
32 type="primary" 32 type="primary"
33 onClick={() => { 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,7 +107,7 @@ class Header extends React.Component {
107 > 107 >
108 <Menu.ItemGroup title="Project URL"> 108 <Menu.ItemGroup title="Project URL">
109 <Menu.Item key="setting:3" onClick={() => { 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 }}>Website</Menu.Item> 111 }}>Website</Menu.Item>
112 <Menu.Item key="setting:3.1" onClick={() => { 112 <Menu.Item key="setting:3.1" onClick={() => {
113 window.open('https://github.com/ly525/luban-h5') 113 window.open('https://github.com/ly525/luban-h5')